MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

Determines whether the geometry contained in this property can include elevation values, that is, whether the coordinates in the geometry contain Z-ordinates.

Java Syntax
void SetHasElevation(boolean hasElevation);
Parameters:
hasElevation(boolean/bool) True configures this property so that it can contain a geometry whose coordinates have elevation values (Z-ordinates), and false configures it so that the points in the geometry cannot take an elevation value.
Returns:
Returns nothing.