Web API Reference MapGuide Open Source
bool MgGeometricPropertyDefinition::GetHasElevation (  ) 

Gets a Boolean value that indicates whether the points in the geometry contained in this property include elevation (Z-coordinate) values.

.NET Syntax
bool GetHasElevation();
Java Syntax
boolean GetHasElevation();
PHP Syntax
bool GetHasElevation();

Returns:
Returns a Boolean value that indicates whether the points in the geometry contained in this property includes elevation (Z-coordinate) values


Comments or suggestions? Send us feedback.