ArcObjects Library Reference (Geoprocessing)  

IMdElement.GetDependents Method

Returns an enumeration of model elements that are dependent on the model element in the given direction and of the given connection type.

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

Parameters

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

IMdElement Interface