Search
RouteHeuristics Class
Remarks See Also
 






The link routing algorithm uses a heuristic function of this type in its prediction steps.

Namespace: MindFusion.Layout
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public sealed class RouteHeuristics : MulticastDelegate

Visual Basic  Copy Code

Public NotInheritable Class RouteHeuristics
    Inherits MulticastDelegate

 Remarks

Functions of this type can be assigned to the RouteHeuristics property of the RoutingOptions class.

 Inheritance Hierarchy

System.Object
    System.Delegate
        System.MulticastDelegate
            MindFusion.Layout.RouteHeuristics

 See Also