Gets an object which allows customizing various parameters of the link routing algorithm.
SyntaxVB6
Copy Code
|
|---|
Public Property Get RoutingOptions() As RoutingOptions |
C++
Copy Code
|
|---|
public: |
An instance of the RoutingOptions class.
RemarksAllows customizing various parameters of the link routing algorithm.
ExampleTo have as few link crossings as possible, assign a large value to the CrossingCost member of RoutingOptions:
VB6
Copy Code
|
|---|
fcx.RoutingOptions.CrossingCost = 200 |
See Also