MapGuide API Reference
|
void MgRasterPropertyDefinition::SetNullable | ( | bool | value | ) |
Sets a Boolean value that indicates whether this property's value can be null.
void SetNullable(bool value); |
void SetNullable(boolean value); |
void SetNullable(bool value); |
value | (boolean/bool) True configures the property to be nullable, and false configures it to disallow setting it to a null value. |