Namespace: Cognex.Vision.ViDiEL.ImplementationAssembly: Cognex.Vision.ViDiELOCR.Net (in Cognex.Vision.ViDiELOCR.Net.dll) Version: 9.25.1.0
public abstract bool TryGetByIndex(
int index,
out string key,
out StringCollection value
)
public abstract bool TryGetByIndex(
int index,
out string key,
out StringCollection value
)
Public MustOverride Function TryGetByIndex (
index As Integer,
<OutAttribute> ByRef key As String,
<OutAttribute> ByRef value As StringCollection
) As Boolean
Public MustOverride Function TryGetByIndex (
index As Integer,
<OutAttribute> ByRef key As String,
<OutAttribute> ByRef value As StringCollection
) As Boolean
public:
virtual bool TryGetByIndex(
int index,
[OutAttribute] String^% key,
[OutAttribute] StringCollection^% value
) abstract
public:
virtual bool TryGetByIndex(
int index,
[OutAttribute] String^% key,
[OutAttribute] StringCollection^% value
) abstract
Return Value
Type:
Boolean