AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

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);

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.