This document is archived and information here might be outdated. Recommended version. |
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**
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.