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


IChildExtension.Parent Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

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