GoDiagram Win Reference
IsFixed Method (GoLayoutForceDirected)

This predicate returns true if the node should not be moved by the layout algorithm but still have an effect on nearby and connected nodes. The default implementation returns GoLayoutForceDirectedNode.IsFixed.
Syntax
'Declaration
 
Protected Overridable Function IsFixed( _
   ByVal node As GoLayoutForceDirectedNode _
) As Boolean
protected virtual bool IsFixed( 
   GoLayoutForceDirectedNode node
)

Parameters

node

Return Value

Returns true if node should not be moved by the layout algorithm
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoLayoutForceDirected Class
GoLayoutForceDirected Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback