GoDiagram Win Reference
IsFixed Method (GoLayoutRandom)

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
'Declaration
 
Protected Overridable Function IsFixed( _
   ByVal node As GoLayoutNetworkNode _
) As Boolean
protected virtual bool IsFixed( 
   GoLayoutNetworkNode node
)

Parameters

node

Return Value

Returns whether or not node is immovable.
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

GoLayoutRandom Class
GoLayoutRandom Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback