MapGuide API Reference
|
MgBooleanProperty::MgBooleanProperty | ( | CREFSTRING | name, |
bool | value | ||
) |
Constructs an MgBooleanProperty object.
MgBooleanProperty(string name, bool value); |
MgBooleanProperty(String name, boolean value); |
MgBooleanProperty(string name, bool value); |
name | (String/string) The name of the property |
value | (boolean/bool) The value of the property |