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


IEnumNodeEdge.Next Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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,
  VARIANT_BOOL* atFrom
);
[C++]

Parameters nextEdge [out]
nextEdge is a parameter of type ITopologyEdge atFrom [out] atFrom is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IEnumNodeEdge Interface