CogDataAnalysisResults GetKey Method Cognex VisionPro 9.23
Gets the key of the item at the specified index.

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

public string GetKey(
	int index
)

Parameters

index
Type: System Int32
The index of the item whose key is desired.

Return Value

Type: String
See Also