Specifies constants which describe the current status of a MapItem.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public enum MapItemChangeStatus |
Visual Basic (Declaration) |
---|
Public Enumeration MapItemChangeStatus |
Members
Value | Member name | Description | |
---|---|---|---|
1 | Added |
This MapItem has been added to the Map.
| |
5 | AddedChild |
A ChildItem of this MapItem has been added to the Map.
| |
0 | Adding |
This MapItem is currently being added to the Map, but has not yet been added.
| |
4 | AddingChild |
A ChildItem of this MapItem is being added to the Map, but has not yet been added.
| |
22 | Attribution |
The Attribution for this Layer has been changed.
| |
17 | Basemap |
The Basemap has been changed.
| |
19 | Collapsed |
This Folder has been collapsed.
| |
18 | Expanded |
This Folder has been expanded.
| |
14 | Geometry |
The Geometry of this MapItem has been changed.
| |
8 | LayerConnected |
This Layer has been connected.
| |
9 | LayerDisconnected |
This Layer has been disconnected.
| |
10 | LayerDrawingOrder |
The drawing order has been changed for this Layer.
| |
15 | Name |
The name of this MapItem has been changed.
| |
20 | Position |
The screen position for this MapItem has been changed.
| |
3 | Removed |
This MapItem has been removed from the Map.
| |
7 | RemovedChild |
A ChildItem of this MapItem has been removed from the Map.
| |
2 | Removing |
This MapItem is being removed from the Map, but has not yet been removed.
| |
6 | RemovingChild |
A ChildItem of this MapItem is being removed from the Map, but has not yet been removed.
| |
21 | ScaleRange |
The visible scale range of this MapItem has been changed.
| |
12 | Symbology |
The symbology of this MapItem has been changed.
| |
13 | Transparency |
The transparency of this MapItem has been changed.
| |
11 | Visibility |
The visibility of this MapItem has been changed.
| |
16 | Viewpoint |
The Viewpoint of this MapItem has been changed.
| |
26 | LayerCachePolicy |
The CachePolicy of this Layer has been changed.
| |
25 | LayerDescription |
The Description of this Layer has been changed.
| |
28 | LayerPopupProperties |
The properties of this Layers Popup have been changed.
| |
27 | LayerRefreshInterval |
The RefreshInterval of this Layer has been changed.
| |
23 | PopupContent |
The content of this MapItems Popup has been changed.
| |
24 | RasterTransparentColor |
The TransparentColor of this RasterLayer has been changed.
|