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


The following tables list the members exposed by MapActionCollection.

Public Properties

 NameDescription
Public PropertyCount (Inherited from System.Collections.ObjectModel.Collection<MapAction>)
Public PropertyItem (Inherited from System.Collections.ObjectModel.Collection<MapAction>)
Top

Protected Properties

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

Public Methods

 NameDescription
Public MethodAdd (Inherited from System.Collections.ObjectModel.Collection<MapAction>)
Public MethodClear (Inherited from System.Collections.ObjectModel.Collection<MapAction>)
Public MethodContains (Inherited from System.Collections.ObjectModel.Collection<MapAction>)
Public MethodCopyTo (Inherited from System.Collections.ObjectModel.Collection<MapAction>)
Public MethodGetEnumerator (Inherited from System.Collections.ObjectModel.Collection<MapAction>)
Public MethodGetFirstMapActionOfType Returns the first SketchGraphicLayer found in the collection. Returns null if no SketchGraphicLayer was found.  
Public MethodIndexOf (Inherited from System.Collections.ObjectModel.Collection<MapAction>)
Public MethodInsert (Inherited from System.Collections.ObjectModel.Collection<MapAction>)
Public MethodRemove (Inherited from System.Collections.ObjectModel.Collection<MapAction>)
Public MethodRemoveAt (Inherited from System.Collections.ObjectModel.Collection<MapAction>)
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

See Also