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

Namespace: Cognex.VisionPro.DLRuntime
Assembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 87.1.0.0 (87.1.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