Cog3DRange End Property Cognex VisionPro
Gets the end value of the range.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax

public double End { get; }

Property Value

Type: Double
The end value of the range.
Exceptions

ExceptionCondition
Cog3DException If RangeType is NOT Cog3DRangeTypeConstants.Partial.
See Also