MapGuide API Reference
|
void MgRasterPropertyDefinition::SetReadOnly | ( | bool | value | ) |
Sets a Boolean value that specifies whether this property is read-only.
void SetReadOnly(bool value); |
void SetReadOnly(boolean value); |
void SetReadOnly(bool value); |
value | (boolean/bool) True configures the property to be read-only and false configures it to be user settable. |