Polygon Area Property Cognex VisionPro 9.25 SR1

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

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.25.1.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