This document is archived and information here might be outdated.  Recommended version.


ITopologyGraph.SelectionParents Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyGraph Interface > ITopologyGraph.SelectionParents Property
ArcGIS Developer Help

ITopologyGraph.SelectionParents Property

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**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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.

See Also

ITopologyGraph Interface