This document is archived and information here might be outdated. Recommended version. |
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*