This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdElement Interface > IMdElement.GetDependents Method (ArcObjects .NET 10.5 SDK) |
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