Gets or sets the importance of having a low number of overlaps between links and nodes.
SyntaxVB6
Copy Code
|
|---|
Public Property Get NodeLinkCrossingCost() As Double |
C++
Copy Code
|
|---|
public: |
A double value. The default is 150000.
RemarksA double value added to the total cost of a graph configuration when a link crosses a node.
See Also