MapGuide API Reference
|
virtual MgPropertyDefinition* MgPropertyDefinitionCollection::GetItem | ( | INT32 | index | ) | const [virtual] |
Gets the item in the collection at the specified index.
virtual MgPropertyDefinition GetItem(int index) const; |
virtual MgPropertyDefinition GetItem(int index) const; |
virtual MgPropertyDefinition GetItem(int index) const; |
index | (int) Input index |
MgIndexOutOfRangeException | if index is out of range |