Calculates the length (perimeter) of current selection.

If selection is made of two point, GetSelectionLen calculates the line length.

If selection is made of three or more points calculates the perimeter.

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

Syntax

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

Return Value

Returns the length (perimeter) of current selection.

See Also