Search
GridRouter.nodeVicinityCost Property
See Also
 






Gets or sets a value added to the total cost of a route if the route passes too close to a node.

Namespace: MindFusion.Diagramming
File: GridRouter.js

 Syntax

JavaScript  Copy Code

get nodeVicinityCost() {}
set nodeVicinityCost(value) {}

 Property Value

Number

A number specifying the node vicinity cost. The default is 2.

 See Also