This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters Direction [in]
Direction is a parameter of type esriMdDirection ConnectionType [in]
ConnectionType is a parameter of type esriMdConnectionType