MapGuide API Reference
|
virtual bool MgReader::GetBoolean | ( | INT32 | index | ) | [pure virtual] |
Gets the Boolean value of the specified property.
virtual bool GetBoolean(int index); |
virtual boolean GetBoolean(int index); |
virtual bool GetBoolean(int index); |
index | (int) The position of the property in the list of properties belonging to the feature currently being read. |
MgInvalidPropertyTypeException |