The link routing algorithm uses a heuristic function of this type in its prediction steps.
Namespace: MindFusion.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public sealed class RouteHeuristics : MulticastDelegate |
Visual Basic
Copy Code
|
|---|
Public NotInheritable Class RouteHeuristics |
RemarksFunctions of this type can be assigned to the RouteHeuristics property of the RoutingOptions class.
Inheritance HierarchySystem.Object![]()
System.Delegate![]()
System.MulticastDelegate![]()
MindFusion.Layout.RouteHeuristics
See Also