LinkShape.IsRouted Method

True if the link shape has been routed and the EdgePoints are valid, false if the link will be routed later.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Public Function IsRouted As Boolean
public bool IsRouted()
public:
bool IsRouted()
member IsRouted : unit -> bool
public function IsRouted() : boolean

Return Value

Type: Boolean
true if the link shape has been routed; otherwise, false.

.NET Framework Security

See Also

Reference

LinkShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace