Gets or sets a value added to the total cost of a route which causes a link to cross another link.
SyntaxVB6
Copy Code
|
|---|
Public Property Get CrossingCost() As Byte |
C++
Copy Code
|
|---|
public: |
A byte value. The default is 4.
RemarksThis is a penalty value added to the total cost of an evaluated arrow route if it crosses another arrow. The routing algorithm aims to find paths that have a minimal cost, so assigning a greater value to CrossingCost leads to fewer link intersections. At this time CrossingCost processing is implemented only for links with Style set to asPerpendicular.
See Also