Both Layers and Groups collections have - string (name) indexer (eg. rtMap.Layers["Parcels"] ) - int (index) indexer (eg. rtMap.Layers[0] ) - GetByObjectId(string objectId) - IndexOf(string name) - Both implement IList<T> (IList<RuntimeMapLayer> and IList<RuntimeMapGroup> respectively) and thus expose all the methods of that interface.
I can't see what's missing here. - Jackie -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/MaestroAPI-IndexOfLayer-with-RuntimeMaplayer-tp7054187p7054221.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
