CogGeneralContourSegmentIterator Length Property Cognex VisionPro 9.10
Computes the length of this segment of the contour.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 79.0.0.0
Syntax

public double Length { get; }

Property Value

Type: Double
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