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


IGPEnvironmentImpl.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 > IGPEnvironmentImpl Interface > IGPEnvironmentImpl.Parent Property
ArcGIS Developer Help

IGPEnvironmentImpl.Parent Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPEnvironmentImpl Interface