CogGeneralContourEllipticalArcSegmentIterator Length Property Cognex VisionPro 9.23
Computes the length of this segment of the contour.

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

public virtual double Length { get; }

Property Value

Type: Double

Implements

ICogGeneralContourEllipticalArcSegmentIterator 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