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