Gets or sets how many iterations the grid layout algorithm should run.
SyntaxVB6
Copy Code
|
|---|
Public Property Get NumIterations() As Long |
C++
Copy Code
|
|---|
public: |
A long value. The default is 3000.
RemarksThe algorithm yields better layouts if it runs more iterations, but its execution time grows proportionally to the number of iterations.
See Also