Search
AnnealLayout.Randomize Property
See Also
 



Gets or sets a value indicating whether the algorithm should start with random node positions.

 Syntax

VB6  Copy Code

Public Property Get Randomize() As Boolean
Public Property Let Randomize( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_Randomize ()
void put_Randomize (
    bool value
)

 Property Value

A boolean value. The default is true.

 See Also