MapGuide API Reference
|
virtual INT32 MgReader::GetPropertyType | ( | CREFSTRING | propertyName | ) | [pure virtual] |
Gets the type of the property with the specified name. See MgPropertyType for the list of possible values.
virtual int GetPropertyType(string propertyName); |
virtual int GetPropertyType(String propertyName); |
virtual int GetPropertyType(string propertyName); |
propertyName | (String/string) The property name. |