dotnetCHARTING Send comments on this topic.
MapLayerCollection Class Members
See Also  Properties  Methods 
dotnetCHARTING.Mapping Namespace : MapLayerCollection Class


The following tables list the members exposed by MapLayerCollection.

Public Properties

 NameDescription
Public PropertyCount (Inherited from System.Collections.CollectionBase)
Public PropertyItemGets or sets the object at a specified index.  
Top

Public Methods

 NameDescription
Public MethodAddOverloaded.  Adds a specified MapLayer class to this collection.  
Public MethodClear (Inherited from System.Collections.CollectionBase)
Public MethodContainsDetermines whether this collection contains a specified MapLayer.  
Public MethodGetEnumerator (Inherited from System.Collections.CollectionBase)
Public MethodIndexOfDetermines index of a specified MapLayer in this collection.  
Public MethodInsertInserts a MapLayer into this collection at a specified index.  
Public MethodRemoveRemoves a specified MapLayer from this collection.  
Public MethodRemoveAt (Inherited from System.Collections.CollectionBase)
Top

See Also