Defines a property that stores constituent MapItems.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

C#
public interface IMapItemParent
Visual Basic (Declaration)
Public Interface IMapItemParent

Remarks

Every class that has the ability to store constituent MapItems implements the IMapItemParent interface. The interface defines a ChildItems property of type MapItemCollection.

The classes which implement IMapItemParent are:

The Type of the class will determine which types of MapItem can be a child of the parent, for example a KmlLayer can only have KmlNode children.

See Also