BinaryLinkShapeBase.GeometryCanManuallyRoute Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public ReadOnly Property GeometryCanManuallyRoute As Boolean
'Usage
Dim instance As BinaryLinkShapeBase
Dim value As Boolean
value = instance.GeometryCanManuallyRoute
public bool GeometryCanManuallyRoute { get; }
public:
virtual property bool GeometryCanManuallyRoute {
bool get () sealed;
}
public final function get GeometryCanManuallyRoute () : boolean
Property Value
Type: System.Boolean
Implements
IBinaryLinkGeometryData.GeometryCanManuallyRoute
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.