|
MapGuide API Reference
|
| virtual INT64 MgReader::GetInt64 | ( | CREFSTRING | propertyName | ) | [pure virtual] |
Gets the 64 bit integer value of the specified property.
| virtual long GetInt64(string propertyName); |
| virtual long GetInt64(String propertyName); |
| virtual string GetInt64(string propertyName); |
| propertyName | (String/string) The property name. |
| MgInvalidPropertyTypeException |