MapGuide API Reference
|
INT32 MgMapCollection::IndexOf | ( | MgMapBase * | value | ) |
Gets the index of the specified map in the collection.
int IndexOf(MgMapBase value); |
int IndexOf(MgMapBase value); |
int IndexOf(MgMapBase value); |
value | (MgMapBase) Value of the item to get the index of. |