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