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