MapGuide API Reference
|
void MgGeometricPropertyDefinition::SetHasMeasure | ( | bool | hasMeasure | ) |
Determines whether the points in the geometry contained in this property can include a measurement value (M-ordinate).
void SetHasMeasure(bool hasMeasure); |
void SetHasMeasure(boolean hasMeasure); |
void SetHasMeasure(bool hasMeasure); |
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. |