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