ESRI.ArcGIS.Mobile
MapGraphicLayerCollection Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile Namespace : MapGraphicLayerCollection Class


The following tables list the members exposed by MapGraphicLayerCollection.

Public Properties

 NameDescription
Public PropertyCount (Inherited from System.Collections.ObjectModel.Collection<MapGraphicLayer>)
Public PropertyItemOverloaded.  Gets the Layer with the specified name.  
Top

Protected Properties

 NameDescription
Protected PropertyItems (Inherited from System.Collections.ObjectModel.Collection<MapGraphicLayer>)
Top

Public Methods

 NameDescription
Public MethodAdd (Inherited from System.Collections.ObjectModel.Collection<MapGraphicLayer>)
Public MethodClear (Inherited from System.Collections.ObjectModel.Collection<MapGraphicLayer>)
Public MethodContains (Inherited from System.Collections.ObjectModel.Collection<MapGraphicLayer>)
Public MethodCopyTo (Inherited from System.Collections.ObjectModel.Collection<MapGraphicLayer>)
Public MethodGetEnumerator (Inherited from System.Collections.ObjectModel.Collection<MapGraphicLayer>)
Public MethodGetFirstLayerOfType Returns the first SketchGraphicLayer found in the collection. Returns null if no SketchGraphicLayer was found.  
Public MethodIndexOf (Inherited from System.Collections.ObjectModel.Collection<MapGraphicLayer>)
Public MethodInsert (Inherited from System.Collections.ObjectModel.Collection<MapGraphicLayer>)
Public MethodRemove (Inherited from System.Collections.ObjectModel.Collection<MapGraphicLayer>)
Public MethodRemoveAt (Inherited from System.Collections.ObjectModel.Collection<MapGraphicLayer>)
Top

Protected Methods

 NameDescription
Protected MethodClearItemsOverridden.  Removes all elements from the collection.  
Protected MethodInsertItemOverridden.  Inserts the specified item in the list at the specified index.  
Protected MethodRemoveItemOverridden.  Removes the item at the specified index.  
Protected MethodSetItemOverridden.  Replaces the item at the specified index with the specified item.  
Top

Public Events

 NameDescription
Public EventListChanged Occurs when the list changes or an item in the list changes.  
Top

See Also