Search
AnnealLayout.CrossingLinksCost Property
See Also
 



Gets or sets the relative importance of having a low number of link crossings.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
double get_CrossingLinksCost ()
void put_CrossingLinksCost (
    double value
)

 Property Value

A double value. The default is 1200000.

 Remarks

Assigning a larger value to this property will make the algorithm choose graph configurations with fewer link crossings.

 See Also