Specifies constants which describe the current status of a MapItem.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public enum MapItemChangeStatus
Visual Basic (Declaration)
Public Enumeration MapItemChangeStatus

Members

Member nameDescription
Added
This MapItem has been added to the Map.
AddedChild
A ChildItem of this MapItem has been added to the Map.
Adding
This MapItem is currently being added to the Map, but has not yet been added.
AddingChild
A ChildItem of this MapItem is being added to the Map, but has not yet been added.
Attribution
The Attribution for this Layer has been changed.
Basemap
The Basemap has been changed.
Collapsed
This Folder has been collapsed.
Expanded
This Folder has been expanded.
Geometry
The Geometry of this MapItem has been changed.
LayerConnected
This Layer has been connected.
LayerDisconnected
This Layer has been disconnected.
LayerDrawingOrder
The drawing order has been changed for this Layer.
Name
The name of this MapItem has been changed.
Position
The screen position for this MapItem has been changed.
Removed
This MapItem has been removed from the Map.
RemovedChild
A ChildItem of this MapItem has been removed from the Map.
Removing
This MapItem is being removed from the Map, but has not yet been removed.
RemovingChild
A ChildItem of this MapItem is being removed from the Map, but has not yet been removed.
ScaleRange
The visible scale range of this MapItem has been changed.
Symbology
The symbology of this MapItem has been changed.
Transparency
The transparency of this MapItem has been changed.
Visibility
The visibility of this MapItem has been changed.
Viewpoint
The Viewpoint of this MapItem has been changed.
LayerCachePolicy
The CachePolicy of this Layer has been changed.
LayerDescription
The Description of this Layer has been changed.
LayerPopupProperties
The properties of this Layers Popup have been changed.
LayerRefreshInterval
The RefreshInterval of this Layer has been changed.
PopupContent
The content of this MapItems Popup has been changed.
RasterTransparentColor
The TransparentColor of this RasterLayer has been changed.
Icon
The Icon of this MapItem has been changed.
LabelVisibility
The label visibility of a Graphic (or Note) has been changed.
QueryDefinition
The query definition for a FeatureLayer, ServiceLayer or ServiceChildLayer has been changed.

See Also