GoDiagram Web Reference
RoutingTime Property

Gets or sets when IGoRoutable objects should have their routes recalculated.
Syntax
'Declaration
 
<DescriptionAttribute("When IGoRoutable objects are routed")>
<CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
Public Overridable Property RoutingTime As GoRoutingTime
[DescriptionAttribute("When IGoRoutable objects are routed")]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public virtual GoRoutingTime RoutingTime {get; set;}

Property Value

The default value is Delayed, so that routable objects have their routes recalculated by DoDelayedRouting, such as at the end of the implementations of MoveSelection, CopySelection, EditPaste and (in full Windows Forms) GoView.DoExternalDrop.
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

GoDocument Class
GoDocument Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback