ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinEdge Class / GetNextCounterClockwiseEdge Method

In This Topic
    GetNextCounterClockwiseEdge Method
    In This Topic
    Gets the edge terminating at the "fromNode" of this TIN edge. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public TinEdge GetNextCounterClockwiseEdge()
    Public Function GetNextCounterClockwiseEdge() As TinEdge

    Return Value

    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run
    Remarks
    Returns the next edge, in a neighboring triangle, that is counter-clockwise to this edge relative to its from node. Consider the from node the center hub of a bicycle wheel and edges incident to it spokes. GetNextCounterClockwiseEdge returns the next spoke (edge) counter-clockwise. This member is useful when you need to circle around nodes. If the from node of an edge is one of the TIN's super nodes, GetNextCounterClockwiseEdge will return null when there is no next edge due to the fact the absolute boundary has been reached.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also