Northwoods.Go Assembly > Northwoods.Go Namespace : GoRoutingTime Enumeration |
'Declaration Public Enum GoRoutingTime Inherits System.Enum
public enum GoRoutingTime : System.Enum
Member | Description |
---|---|
AfterLinksDragged | Delay 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. |
AfterNodesAndLinksDragged | Delay calls, as in the Delayed case, but also route IGoRoutable objects after a move, copy, drop, or paste to avoid intersections. |
AfterNodesDragged | Delay 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. |
Delayed | Delay calls to IGoRoutable.CalculateRoute if GoDocument.GoDocument.SuspendsRouting is true. |
Immediate | Never delay routing. |
System.Object
System.ValueType
System.Enum
Northwoods.Go.GoRoutingTime
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