ArcObjects Library Reference (Geoprocessing)  

IMdModel.FindDependents Method

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

[Visual Basic .NET]
Public Function FindDependents ( _
    ByVal pMdElement As IMdElement, _
    ByVal Direction As esriMdDirection, _
    ByVal ConnectionType As esriMdConnectionType _
) As IEnumMdElement
[C#]
public IEnumMdElement FindDependents (
    IMdElement pMdElement,
    esriMdDirection Direction,
    esriMdConnectionType ConnectionType
);
[C++]
HRESULT FindDependents(
  IMdElement* pMdElement,
  esriMdDirection Direction,
  esriMdConnectionType ConnectionType,
  IEnumMdElement** ppElements
);
[C++]

Parameters

pMdElement [in]

  pMdElement is a parameter of type IMdElement

Direction [in]

  Direction is a parameter of type esriMdDirection

ConnectionType [in]

  ConnectionType is a parameter of type esriMdConnectionType

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