Implements a chain of link routers so that a link passes through the sequence until it gets routed successfully.
The following tables list the members exposed by the CompositeRouter type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the CompositeRouter class. |
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets or sets a value indicating whether to avoid overlapping links. (Inherited from Router.) |
|
![]() |
Gets or sets the diagram associated with this router and all its sub-routers. |
|
![]() |
A list of router objects forming a chain through whichlinks pass until they are routed successfully. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Overrides Router.route. |
|
![]() |
Overrides Router.routeInternal. |
|
![]() |
Overrides Router.routeLinks. |
See Also