ArcObjects Library Reference (Geoprocessing)  

IMdModel.TraceDependents Method

Returns all the model elements dependent on the given model element in the given direction.

[Visual Basic .NET]
Public Function TraceDependents ( _
    ByVal pMdElement As IMdElement, _
    ByVal Direction As esriMdDirection, _
    ByVal depth As Integer _
) As IEnumMdElement
[C#]
public IEnumMdElement TraceDependents (
    IMdElement pMdElement,
    esriMdDirection Direction,
    int depth
);
[C++]
HRESULT TraceDependents(
  IMdElement* pMdElement,
  esriMdDirection Direction,
  long depth,
  IEnumMdElement** ppElements
);
[C++]

Parameters

pMdElement [in]

  pMdElement is a parameter of type IMdElement

Direction [in]

  Direction is a parameter of type esriMdDirection

depth [in]   depth is a parameter of type long ppElements [out, retval]

  ppElements is a parameter of type IEnumMdElement

Product Availability

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

See Also

IMdModel Interface