Search
GridRouter.lengthCost Property
See Also
 





Gets or sets a value added to the total cost of a route for each piece of the routing grid occupied by the route.

Namespace: MindFusion.Diagramming
File: GridRouter.js

 Syntax

JavaScript  Copy Code

get lengthCost() {}
set lengthCost(value) {}

 Property Value

Number

A number specifying the length cost. The default is 2.

 See Also