Cog3DAngleRange End Property Cognex VisionPro 9.5
Gets the end value of the angle range in radians.

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

public double End { get; }

Property Value

Type: Double
The end value of the angle range in radians.
Exceptions

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