MapGuide API Reference
|
INT32 MgLayerCollection::IndexOf | ( | MgLayerBase * | value | ) |
Gets the index of the specified layer in the collection.
int IndexOf(MgLayerBase value); |
int IndexOf(MgLayerBase value); |
int IndexOf(MgLayerBase value); |
value | (MgLayerBase) MgLayerBase to search for. |