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


IGPEnvironment.Dependencies Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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