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


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

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