Gets or sets a value added to the total cost of a route if it makes a turn.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double TurnCost { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TurnCost As Double |
See Also