MapGuide API Reference
|
void MgGeometricPropertyDefinition::SetHasElevation | ( | bool | hasElevation | ) |
Determines whether the geometry contained in this property can include elevation values, that is, whether the coordinates in the geometry contain Z-ordinates.
void SetHasElevation(bool hasElevation); |
void SetHasElevation(boolean hasElevation); |
void SetHasElevation(bool hasElevation); |
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. |