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


IParameterInfo.Dependency Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IParameterInfo.Dependency Property

Get parameter dependency.

[Visual Basic .NET]
Public Function get_Dependency ( _
    ByVal indexParam As Integer _
) As Integer
[C#]
public int get_Dependency (
    int indexParam
);
[C++]
HRESULT get_Dependency(
  long indexParam,
  long* pIndexDependency
);
[C++]

Parameters indexParam [in] indexParam is a parameter of type long pIndexDependency [out, retval] pIndexDependency is a parameter of type long

Product Availability

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

See Also

IParameterInfo Interface