Search
AnnealLayout.NodeLinkCrossingCost Property
See Also
 



Gets or sets the importance of having a low number of overlaps between links and nodes.

 Syntax

VB6  Copy Code

Public Property Get NodeLinkCrossingCost() As Double
Public Property Let NodeLinkCrossingCost( _
    ByVal value As Double _
)

C++  Copy Code

public:
double get_NodeLinkCrossingCost ()
void put_NodeLinkCrossingCost (
    double value
)

 Property Value

A double value. The default is 150000.

 Remarks

A double value added to the total cost of a graph configuration when a link crosses a node.

 See Also