Search
CompositeRouter Members
Constructors Properties Methods
 


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

CompositeRouter

Initializes a new instance of the CompositeRouter class.

 Public Properties

  Name Description

avoidOverlaps

Gets or sets a value indicating whether to avoid overlapping links. (Inherited from Router.)

diagram

Gets or sets the diagram associated with this router and all its sub-routers.

routers

A list of router objects forming a chain through whichlinks pass until they are routed successfully.

 Public Methods

  Name Description

route

Overrides Router.route.

routeInternal

Overrides Router.routeInternal.

routeLinks

Overrides Router.routeLinks.

 See Also