ArcGIS Explorer Component Help |
Folder..::.ChildItems Property |
Folder Class See Also |
Gets a collection of MapItems in the Folder.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public MapItemCollection ChildItems { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property ChildItems As MapItemCollection |
Field Value
A MapItemCollection containing all items in the Folder.Implements
IMapItemParent..::.ChildItemsRemarks
This collection is used to drive the content of a Folder in the ArcGIS Explorer Application. Each derived MapItem type can be thought of as a building block of map content.
The table below gives a brief description of each MapItem type that can be added to Folder.ChildItems:
MapItem Type | Description |
---|---|
Note | A single graphic associated with a popup window. |
Link | A link to a URL, file or external application. |
View | A stored location in 2D or 3D associated with a popup window. |
ImageOverlay | An image which is positioned in relation to the map window. |
Folder | A container used to organize map content into logical groups. |
Layers | A subset of MapItems that reference geographic data. |
There are several MapItem types that cannot be added to a folder:
MapItem Type | Description |
---|---|
Basemap | Basemaps can only be stored in the Basemap property of a Map. |
KmlNode | Cannot be added to a folder independently; KmlNode is a constituent part of a KmlLayer. |
PackageChildLayer | Cannot be added to a folder independently; PackageChildLayer is a constituent part of a PackageLayer. |
ServiceChildLayer | Cannot be added to a folder independently; ServiceChildLayer is a constituent part of a ServiceLayer. |