GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutLayeredDigraph Class / MakeProper Method
In This Topic
    MakeProper Method
    In This Topic
    Converts the input network into a proper digraph; i.e., artificial nodes and links are introduced into the network such that every link is between nodes in adjacent layers. This has the effect of breaking up long links into a sequence of artificial nodes.
    Syntax
    protected virtual void MakeProper()
    Remarks
    This method must not change the layer of any existing node, nor add or remove any layers.
    See Also