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


IGPEnvironmentManager.Parent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPEnvironmentManager Interface > IGPEnvironmentManager.Parent Property
ArcGIS Developer Help

IGPEnvironmentManager.Parent Property

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.

See Also

IGPEnvironmentManager Interface