CogGeneralContourLineSegmentIterator Length Property Cognex VisionPro 9.7
Computes the length of this segment of the contour.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

public virtual double Length { get; }

Property Value

Type: Double

Implements

ICogGeneralContourLineSegmentIterator Length
Remarks

Computes the length of this segment of the contour.

Note: For segments, such as elliptical arcs, the length computation may require additional time.

See Also