Gets or sets how many times to perform pair-swapping iterations for each layer.
SyntaxVB6
Copy Code
|
|---|
Public Property Get SwapPairsIterations() As Long |
C++
Copy Code
|
|---|
public: |
A long value. The default is 5.
RemarksThe algorithm swaps node pairs on each layer aiming to decrease the number of crossing links. Setting a higher value to this property helps to decrease the number of crossings.
See Also