This document is archived and information here might be outdated. Recommended version. |
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.