Share via


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 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public Function IsRouted As Boolean
'Usage
Dim instance As LinkShape 
Dim returnValue As Boolean 

returnValue = instance.IsRouted()
public bool IsRouted()
public:
bool IsRouted()
public function IsRouted() : boolean

Return Value

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

.NET Framework Security

See Also

Reference

LinkShape Class

LinkShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace