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


IEnumNodeEdge.Next Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumNodeEdge Interface > IEnumNodeEdge.Next Method
ArcGIS Developer Help

IEnumNodeEdge.Next Method

Returns the next edge in clockwise or counterclockwise order about the node. 'atFrom' is true if the from point of the edge is incident on this node.

[Visual Basic .NET]
Public Sub Next ( _
    ByRef nextEdge As ITopologyEdge, _
    ByRef atFrom As Boolean _
)
[C#]
public void Next (
    ref ITopologyEdge nextEdge,
    ref bool atFrom
);
[C++]
HRESULT Next(
  ITopologyEdge** nextEdge,
  Boolean* atFrom
);
[C++]
Parameters
nextEdge [out]

nextEdge is a parameter of type ITopologyEdge** atFrom [out]
atFrom is a parameter of type bool*

Product Availability

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

See Also

IEnumNodeEdge Interface