AutoCAD Map 3D 2009 Geospatial Platform Reference From AutoCAD Map 3D Geospatial Platform API previous page next page Overview Modules Classes MgGeometricPropertyDefinition GetGeometryTypes GetHasElevation GetHasMeasure GetReadOnly GetSpatialContextAssociation GetSpecificGeometryTypes MgGeometricPropertyDefinition SetGeometryTypes SetHasElevation SetHasMeasure SetReadOnly SetSpatialContextAssociation SetSpecificGeometryTypes void MgGeometricPropertyDefinition::SetHasMeasure ( bool hasMeasure ) Determines whether the points in the geometry contained in this property can include a measurement value (M-ordinate). .NET Syntax void SetHasMeasure(bool hasMeasure); Java Syntax void SetHasMeasure(boolean hasMeasure); PHP Syntax void SetHasMeasure(bool hasMeasure); Parameters: hasMeasure (boolean/bool) True configures the property to take geometries whose coordinates have an M-ordinate and false configures it so that M-ordinates are not permissible. Returns:Returns nothing. previous page start next page