AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

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.

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.