ArcObjects Library Reference (Geoprocessing)  

IGPParameter.ParameterDependencies Property

Enumeration of parameter names the geoprocessing parameter is dependent on.

[Visual Basic .NET]
Public ReadOnly Property ParameterDependencies As IEnumBSTR
[C#]
public IEnumBSTR ParameterDependencies {get;}
[C++]
HRESULT get_ParameterDependencies(
  IEnumBSTR** Dependencies
);
[C++]

Parameters

Dependencies [out, retval]

  Dependencies is a parameter of type IEnumBSTR

Product Availability

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

Remarks

The ParameterDependencies property is optional; it is used to set dependencies between parameters. For example, a field parameter is typically dependent on a table or feature class.

See Also

IGPParameter Interface