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


IEnumTopologyParent.Next Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IEnumTopologyParent.Next Method

Returns the next parent of this topology element.

[Visual Basic .NET]
Public Function Next ( _
) As esriTopologyParent
[C#]
public esriTopologyParent Next (
);
[C++]
HRESULT Next(
  tagesriTopologyParent* parentInfo
);
[C++]

Parameters parentInfo [out, retval]
parentInfo is a parameter of type tagesriTopologyParent

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IEnumTopologyParent Interface

.NET Related Topics

Working with topologically related features