MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual INT64 MgReader::GetInt64 ( INT32  index) [pure virtual]

Gets the 64 bit integer value of the specified property.

Remarks:
No conversion is performed. Therefore, the property must be a of type MgPropertyType::Int64 or an MgInvalidPropertyTypeException is thrown.
.NET Syntax
virtual long GetInt64(int index);
Java Syntax
virtual long GetInt64(int index);
PHP Syntax
virtual string GetInt64(int index);
Parameters:
index(int) The position of the property in the list of properties belonging to the feature currently being read.
Returns:
Returns the integer 64 bits value.
Exceptions:
MgInvalidPropertyTypeException
Note:
INT64 is actually a pointer to an Integer64 object
Since:
2.2