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


ITopologyElement.Parents Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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