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