Search
AnnealLayout.IterationsPerStage Property
See Also
 



Gets or sets how many node shift iterations to perform at each stage.

 Syntax

VB6  Copy Code

Public Property Get IterationsPerStage() As Long
Public Property Let IterationsPerStage( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_IterationsPerStage ()
void put_IterationsPerStage (
    int value
)

 Property Value

A long value. The default is 50.

 Remarks

IterationsPerStage specifies how many node configurations to evaluate at each stage of the temperature cool-down simulation. More iterations will yield better layouts but require more time to complete.

 See Also