CogDLRuntimeRegionThresholds Item Property (Int32)Cognex VisionPro 9.24
Get the threshold 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 double this[
	int index
] { get; }

Parameters

index
Type: System Int32

Property Value

Type: Double
Exceptions

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