Cog3DRange Length Property Cognex VisionPro 9.7
Gets the length of the range, and is defined as follows:
  • If RangeType is Cog3DRangeTypeConstants.Full, Length is Double.MaxValue.
  • If RangeType is Cog3DRangeTypeConstants.Empty,Length is 0.
  • If RangeType is Cog3DRangeTypeConstants.Partial, Length is (End -Start).

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

public double Length { get; }

Property Value

Type: Double
The length of the range.
See Also