[mapguide-users] Re: MaestroAPI - IndexOfLayer with RuntimeMaplayer

Jackie Ng jumpinjackie at gmail.com
Fri Dec 2 05:33:07 EST 2011


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.


More information about the mapguide-users mailing list