Nevron .NET Vision
Nevron.Diagram Namespace / NRoutingManager Class
Properties Methods


In This Topic
    NRoutingManager Class Members
    In This Topic

    The following tables list the members exposed by NRoutingManager.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyIndicates whether invisible obstacles should be avoided by routes  
    Public PropertyGets/sets the cost for making a turn (change direction). Applicable for grid routing only  
    Public PropertyGets/sets whether the routing manager is enabled. Setting this property to false will globally disable automatic routing.  
    Public PropertyControls the maximum count of obstacles (2D shapes) for which grid routing must be performed  
    Public PropertyControls the maximum count of obstacles (2D shapes) for which mesh routing must be performed  
    Public PropertyControls the distance between two routing points, below which the routing points are considered identical  
    Public PropertyGets/sets the deflate of the non intersectable obstacles (2D shapes) interior  
    Public PropertyGets/sets the padding applied to the obstacles (2D shapes) bounds  
    Public PropertyControls the type of routing grid created for the routing of HV (orthogonal) routes  
    Public PropertyControls the type of routing mesh created for the routing of polyline and curved routes  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of this attribute (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled when the measurement unit of the measurements stored in this attribute have changed and all measurements must be converted to the new unit  
    Public Method (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled to create any non serialized objects, which the holder posseses (Inherited from Nevron.Dom.NAttribute)
    Public MethodFinds the points of the best route, which satisfies the specified route requirements  
    Public MethodObtains the exterior bounds of a shape  
    Public MethodObtains the interior bounds of a shape  
    Public MethodObtains the reference provider to which the object is currently attached (Inherited from Nevron.Dom.NAttribute)
    Public MethodInvalidates the cashed obstacles and routes lists.  
    Public MethodInvalidates the cashed routing graphs.  
    Public MethodCalled to perform a history action (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled by the container when the specified layer has been inserted  
    Public MethodCalled by the container when the specified layer has been removed  
    Public MethodCalled by the container when the specified shape bounds have changed  
    Public MethodCalled by the container when the specified shape has been inserted to the container subtree  
    Public MethodCalled by the container when the specified shape has been removed from the container subtree  
    Public MethodCalled by history when the object state has changed from history (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled by history when the object state is about to be changed from history (Inherited from Nevron.Dom.NAttribute)
    Public MethodPauses the routing manager  
    Public MethodCalled to provide a reference to the object of the specified type (Inherited from Nevron.Dom.NAttribute)
    Public MethodResumes the routing manager  
    Public Method (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled to update the references stored by the object (Inherited from Nevron.Dom.NAttribute)
    Top
    Protected Methods
     NameDescription
    Protected MethodCommits the current transaction (Inherited from Nevron.Dom.NAttribute)
    Protected MethodUnlocks the history service. Pair it with the StartProperty method (Inherited from Nevron.Dom.NAttribute)
    Protected MethodOverloaded. Gets all automatic routes (1D Shapes, which implement the INRoutableShape interface and whose RerouteAutomatically is set to Always or WhenNeeded)  
    Protected MethodGets all obstacle shapes (all 2D shapes, which reside in the container subtree)  
    Protected MethodGets all reroute always routes (1D Shapes, which implement the INRoutableShape interface and whose RerouteAutomatically is set to Always)  
    Protected MethodGets all route shapes (all 1D shapes, which implement the INRoutableShaper interface, and reside in the container subtree)  
    Protected MethodCalled when this attribute has changed (Inherited from Nevron.Dom.NAttribute)
    Protected MethodGeneral property changed handler (Inherited from Nevron.Dom.NAttribute)
    Protected MethodGeneral property changing handler (Inherited from Nevron.Dom.NAttribute)
    Protected MethodSafely pauses the history service (Inherited from Nevron.Dom.NAttribute)
    Protected MethodRecords an action (Inherited from Nevron.Dom.NAttribute)
    Protected MethodSafely records a custom operation in the history service to which the attribute is connected (Inherited from Nevron.Dom.NAttribute)
    Protected MethodRecords the state of the specified property before it is changed (Inherited from Nevron.Dom.NAttribute)
    Protected MethodOverloaded. Records the entire state of the attribute (Inherited from Nevron.Dom.NAttribute)
    Protected MethodReroutes the specified routes  
    Protected MethodSafely resumes the history service (Inherited from Nevron.Dom.NAttribute)
    Protected MethodRolls back the current transaction (Inherited from Nevron.Dom.NAttribute)
    Protected MethodRecords the state of the specified property before it is changed and locks the history service. Pair it with the EndProperty method. (Inherited from Nevron.Dom.NAttribute)
    Protected MethodStarts a new transaction (Inherited from Nevron.Dom.NAttribute)
    Top
    See Also