GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutRandom Class / IsFixed Method
In This Topic
    IsFixed Method (GoLayoutRandom)
    In This Topic
    The function IsFixed returns true if the node should not be moved by the layout algorithm. The default implementation returns false on all inputs. This function can be overridden to "fix" particular nodes.
    Syntax
    protected virtual bool IsFixed( 
       GoLayoutNetworkNode node
    )

    Parameters

    node

    Return Value

    Returns whether or not node is immovable.
    See Also