Returns the length (perimeter) of the specified polyline.

If polyline is made of two point, GetPolylineLen calculates the line length; if polyline is made of three or more points it calculates the perimeter.

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

Syntax

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

Return Value

Returns the length (perimeter) of the specified polyline.

See Also