This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPEnvironmentImpl Interface > IGPEnvironmentImpl.Parent Property (ArcObjects .NET 10.5 SDK) |
The parent geoprocessing environment object.
[Visual Basic .NET] Public Property Parent As IGPEnvironment
[C#] public IGPEnvironment Parent {get; set;}
[C++]
HRESULT get_Parent(
IGPEnvironment** env
);
[C++]
HRESULT putref_Parent(
IGPEnvironment* env
);
[C++]
Parameters env [out, retval]
env is a parameter of type IGPEnvironment env [in]
env is a parameter of type IGPEnvironment