GoDiagram Web Reference
GoRoutingTime Enumeration

Specify when to calculate the routing of IGoRoutable objects.
Syntax
'Declaration
 
Public Enum GoRoutingTime 
   Inherits System.Enum
public enum GoRoutingTime : System.Enum 
Members
MemberDescription
AfterLinksDraggedDelay calls, as in the Delayed case, but also route IGoRoutable objects that were moved that also intersect with avoidable objects, after a move, copy, drop, or paste.
AfterNodesAndLinksDraggedDelay calls, as in the Delayed case, but also route IGoRoutable objects after a move, copy, drop, or paste to avoid intersections.
AfterNodesDraggedDelay calls, as in the Delayed case, but also route IGoRoutable objects that intersect with avoidable objects that were moved, after a move, copy, drop, or paste.
DelayedDelay calls to IGoRoutable.CalculateRoute if GoDocument.GoDocument.SuspendsRouting is true.
ImmediateNever delay routing.
Remarks
This provides values for the GoDocument property GoDocument.RoutingTime.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoWeb.GoRoutingTime

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Northwoods.GoWeb Namespace

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback