Gets or sets the relative importance of having a low number of link crossings.
SyntaxVB6
Copy Code
|
|---|
Public Property Get CrossingLinksCost() As Double |
C++
Copy Code
|
|---|
public: |
A double value. The default is 1200000.
RemarksAssigning a larger value to this property will make the algorithm choose graph configurations with fewer link crossings.
See Also