Web API Reference MapGuide Open Source
virtual double MgGeometricEntity::GetLength (  )  [virtual]

Calculates and returns the length for this geometric entity. Defaults to zero for MgPoint objects.

.NET Syntax
virtual double GetLength();
Java Syntax
virtual double GetLength();
PHP Syntax
virtual double GetLength();

Returns:
Length of this geometric entity


Comments or suggestions? Send us feedback.