CogGeneralContour Length Property Cognex VisionPro 9.22
Computes the sum of the lengths of all segments of the contour.

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

public double Length { get; }

Property Value

Type: Double
Remarks

Computes the sum of the lengths of all segments of the contour. If there are no segments in the contour, Length returns zero.

See Also