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