MapGuide API Reference
|
MgPropertyDefinition::MgPropertyDefinition | ( | CREFSTRING | name, |
INT16 | type | ||
) |
Constructs an MgPropertyDefinition object.
MgPropertyDefinition(string name, short type); |
MgPropertyDefinition(String name, short type); |
MgPropertyDefinition(string name, int type); |
name | (String/string) The name of the property. |
type | (short/int) The type of the property. |