CogPolygon Area Property Cognex VisionPro 9.8
Area of the enclosed region, in units consistent with the SelectedSpaceName. Zero if there are fewer than 3 vertices.

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

public double Area { get; }

Property Value

Type: Double
Remarks

Area of the region enclosed by the polygon, in units consistent with the SelectedSpaceName. If there are fewer than three vertices, or if Complex is True, the area is zero.

See Also