ArcObjects Library Reference (Geoprocessing)  

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