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


IGPEnvironmentImpl.Parent Property (ArcObjects .NET 10.4 SDK)
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