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

Gets the Boolean value of the specified property.

Remarks:
No conversion is performed. Therefore, the property must be of MgPropertyType::Boolean type or an MgInvalidPropertyTypeException is thrown.
.NET Syntax
virtual bool GetBoolean(int index);
Java Syntax
virtual boolean GetBoolean(int index);
PHP Syntax
virtual bool GetBoolean(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 Boolean value.
Exceptions:
MgInvalidPropertyTypeException
Since:
2.2