This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IC > IChildExtension Interface > IChildExtension.Parent Property (ArcObjects .NET 10.4 SDK) |
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
Returns the Parent extension of this extension, if one exists.