|
MapGuide API Reference
|
| virtual INT64 MgReader::GetInt64 | ( | INT32 | index | ) | [pure virtual] |
Gets the 64 bit integer value of the specified property.
| virtual long GetInt64(int index); |
| virtual long GetInt64(int index); |
| virtual string GetInt64(int index); |
| index | (int) The position of the property in the list of properties belonging to the feature currently being read. |
| MgInvalidPropertyTypeException |