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