GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayout Class / RemoveNetwork Method
In This Topic
    RemoveNetwork Method (GoLayout)
    In This Topic
    Removes the GoLayoutGenericNetwork<N,L,Y> that the layout will be performed on.
    Syntax
    protected abstract void RemoveNetwork()
    Remarks
    This is called by the Document setter to remove any old network that is associated with this layout. The implementation of PerformLayout should automatically create a new network appropriate for the layout algorithm if needed.
    See Also