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


IChildExtension.Parent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IC > IChildExtension Interface > IChildExtension.Parent Property
ArcGIS Developer Help

IChildExtension.Parent Property

The parent extension of this extension.

[Visual Basic .NET]
Public ReadOnly Property Parent As IExtension
[C#]
public IExtension Parent {get;}
[C++]
HRESULT get_Parent(
  IExtension** Parent
);
[C++]
Parameters
Parent [out, retval]

Parent is a parameter of type IExtension**

Product Availability

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

Description

Returns the Parent extension of this extension, if one exists.

See Also

IChildExtension Interface