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 float TurnCost { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TurnCost As Single |
See Also