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


IParameterInfo.Dependency Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IParameterInfo Interface > IParameterInfo.Dependency Property
ArcGIS Developer Help

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,
  System.Int32* 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