|
MapGuide API Reference
|
| virtual STRING MgReader::GetString | ( | CREFSTRING | propertyName | ) | [pure virtual] |
Gets the string value of the specified property.
| virtual string GetString(string propertyName); |
| virtual String GetString(String propertyName); |
| virtual string GetString(string propertyName); |
| propertyName | (String/string) The property name. |
| MgInvalidPropertyTypeException |