NPageRouting Class Members
In This Topic
The following tables list the members exposed by NPageRouting.
Public Constructors
Public Fields
Public Properties
| Name | Description |
 | AvoidInvisibleObstacles | Indicates whether invisible obstacles should be avoided by routes |
 | ChangeDirectionCost | Gets or sets the cost for making a turn (change direction). Applicable for grid routing only |
 | Enabled | Gets or sets whether the routing manager is enabled. Setting this property to false will globally disable automatic routing. |
 | MaxAvoidedObstacles | Controls the maximum count of obstacles (2D shapes) for which grid routing must be performed |
 | ObstacleInteriorDeflate | Gets or sets the deflate of the non intersectable obstacles (2D shapes) interior |
 | ObstaclePadding | Gets or sets the padding applied to the obstacles (2D shapes) bounds |
Top
Protected Properties
| Name | Description |
 | WMhj | |
Top
Public Methods
| Name | Description |
 | FindRoute | Finds the points of the best route, which satisfies the specified route requirements |
 | InvalidateObstaclesAndRoutesLists | Invalidates the cashed obstacles and routes lists. This also invalidates the routing graph. |
Top
See Also