CogDLRuntimeResults Item Property (Int32)Cognex VisionPro 9.23
Get the marking at the specified index.

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

public CogDLRuntimeMarking this[
	int index
] { get; }

Parameters

index
Type: System Int32

Property Value

Type: CogDLRuntimeMarking
Exceptions

ExceptionCondition
ArgumentOutOfRangeException If the index is less than zero or not less than Count.
See Also