This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyGraph Interface > ITopologyGraph.SelectionParents Property (ArcObjects .NET 10.5 SDK) |
The feature class and oid of each parent of the selected set of elements.
[Visual Basic .NET] Public ReadOnly Property SelectionParents As IEnumTopologyParent
[C#] public IEnumTopologyParent SelectionParents {get;}
[C++]
HRESULT get_SelectionParents(
IEnumTopologyParent** enumParents
);
[C++]
Parameters enumParents [out, retval]
enumParents is a parameter of type IEnumTopologyParent
SelectionParents returns an enumerator of type IEnumTopologyParent that contains the information necessary (including feature class and object ID) to retrieve the features of the selected topology element.