GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutGenericNetwork.Node<N,L,Y> Class / CommitPosition Method
In This Topic
    CommitPosition Method (GoLayoutGenericNetwork.Node<N,L,Y>)
    In This Topic
    Moves the corresponding GoObject to the center point of the node in the document.
    Syntax
    public virtual void CommitPosition()
    Remarks
    To make the most common cases look right, the object's GoObject.SelectionObject is centered. Thus iconic nodes will have the center of the icon be positioned according to the Center of this Node, ignoring any labels.
    See Also