ArcObjects Library Reference (GeoDatabase)  

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