Returns the parent environment manager.
[Visual Basic .NET] Public Property Parent As IGPEnvironmentManager
[C#] public IGPEnvironmentManager Parent {get; set;}
[C++]
HRESULT get_Parent(
IGPEnvironmentManager** Parent
);
[C++]
HRESULT putref_Parent(
IGPEnvironmentManager* Parent
);
[C++]Parameters
Parent [out, retval]Parent is a parameter of type IGPEnvironmentManager
Parent [in]Parent is a parameter of type IGPEnvironmentManager
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The Parent property returns a reference to the root environment manager, i.e., ArcToolbox.