This document is archived and information here might be outdated.  Recommended version.


IParentExtension Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IP > IParentExtension Interface
ArcGIS Developer Help

IParentExtension Interface

Provides access to the child extensions of this extension. Indicates that this extension has child extensions.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Implement the IParentExtension interface to indicate other 'child' related extensions and implement the IChildExtension interface within each 'child' extension. The 'parent' extension appears as an expandable folder in the Extensions dialog and each 'child' extension appears as an item in the folder.

For example, the StreetMapEurope 'parent' extension implements IParentExtension and each 'child' extension (each country in Europe) implements IChildExtension.

Members

Name Description
Read-only property Child The indicated child extension.
Read-only property ChildCount The number of child extensions.

Classes that implement IParentExtension

Classes Description