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


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

IGPEnvironment.Dependencies Property

Enumeration of environment names the geoprocessing environment is dependent on.

[Visual Basic .NET]
Public Property Dependencies As IEnumBSTR
[C#]
public IEnumBSTR Dependencies {get; set;}
[C++]
HRESULT get_Dependencies(
  IEnumBSTR** Dependencies
);
[C++]
HRESULT put_Dependencies(
  IEnumBSTR* Dependencies
);
[C++]
Parameters
Dependencies [out, retval]

Dependencies is a parameter of type IEnumBSTR** Dependencies [in]
Dependencies is a parameter of type IEnumBSTR*

Product Availability

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

Description

The Dependencies property returns a list, or enumeration [IEnumBSTR], of environment names the environment is dependent on. Dependency examples are

See Also

IGPEnvironment Interface