GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutLayeredDigraph Class / CountCrossings Method
In This Topic
    CountCrossings Method
    In This Topic
    Returns the total number of crossings in the network. Internal method used by ReduceCrossings.
    Syntax
    protected virtual int CountCrossings()

    Return Value

    Returns the total number of crossings in the network.
    See Also