MapGuide API Reference
|
void MgByteProperty::SetValue | ( | BYTE | value | ) |
Sets the property value.
void SetValue(unsigned char value); |
void SetValue(signed char value); |
void SetValue(int value); |
value | (signed char/unsigned char/string) The value of the property. |