Cog3DRange PropertiesCognex VisionPro

The Cog3DRange type exposes the following members.

Properties

  NameDescription
Public propertyEnd
Gets the end value of the range.
Public propertyLength
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).
Public propertyMiddle
Gets the middle of the range.
Public propertyRangeType
Gets the type of the range.
Public propertyStart
Gets the start value of the range.
Top
See Also