Returns the area of the specified polyline. It closes the polyline if necessary.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public double CalculateArea()
Public Function CalculateArea As Double
public:
double CalculateArea()

Return Value

Returns the area of the specified polyline.

See Also