MapGuide API Reference
|
void MgNullableProperty::SetNull | ( | bool | bIsNull | ) |
If set to true, disables the getting and setting of the property's value. It does not remove any existing value. Attempting to get or set the value causes an MgNullPropertyValueException. If set to false, reenables the getting and setting of the property's values.
void SetNull(bool bIsNull); |
void SetNull(boolean bIsNull); |
void SetNull(bool bIsNull); |
bIsNull | (boolean/bool) Set to true to disable the getting and setting of the property value. Set to false to reenable the getting and setting of the property value. |