ToolPinTrackingCollection Key Method Cognex VisionPro 9.25 SR1

Get the key at the specified index.

Namespace: Cognex.Vision.Implementation
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.25.1.0
Syntax

public override string Key(
	int index
)

Return Value

Type: String

The key at the specified index.

Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf index is less than zero or index is greater than or equal to Count.
See Also