CogVisionDataContainer GetKey Method Cognex VisionPro 9.24
Returns the key string associated with the specified index.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 91.0.0.0
Syntax

public virtual string GetKey(
	int index
)

Parameters

index
Type: System Int32
The zero-based index of the key to get.

Return Value

Type: String
Exceptions

ExceptionCondition
[System.ArgumentOutOfRangeException] If index is less than zero, or not less than Count.
See Also