This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IC > IChildExtension Interface (ArcObjects .NET 10.4 SDK) |
Provides access to the parent extension of this extension. Indicates that this extension has a parent extension.
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.
Description | ||
---|---|---|
Parent | The parent extension of this extension. |