GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace
/
GoLayout Class
/ RemoveNetwork Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
RemoveNetwork Method (GoLayout)
In This Topic
Removes the
GoLayoutGenericNetwork<N,L,Y>
that the layout will be performed on.
Syntax
C#
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
Reference
GoLayout Class
GoLayout Members