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


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

ITopologyElement.Parents Property

The set of parents (features) of this topology element.

[Visual Basic .NET]
Public ReadOnly Property Parents As IEnumTopologyParent
[C#]
public IEnumTopologyParent Parents {get;}
[C++]
HRESULT get_Parents(
  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.

See Also

ITopologyElement Interface