This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumNodeEdge Interface > IEnumNodeEdge.Next Method (ArcObjects .NET 10.4 SDK) |
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