GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutForceDirected Class / UpdatePositions Method
In This Topic
    UpdatePositions Method
    In This Topic
    Peforms one iteration of the ForceDirected algorithm and updates the positions of the GoLayoutForceDirectedNodes (but not the document's nodes).
    Syntax
    protected virtual bool UpdatePositions()

    Return Value

    Returns true if additional iterations are needed to find a solution.
    See Also