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