Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
ManuallyRoute the line segment of the primary LinkShape in the selection.
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Sub ManuallyRouteSelection ( _
    linkShape As LinkShape, _
    segment As LineSegment, _
    routeDelta As PointD, _
    previousPoint As PointD _
)
public void ManuallyRouteSelection(
    LinkShape linkShape,
    LineSegment segment,
    PointD routeDelta,
    PointD previousPoint
)
public:
void ManuallyRouteSelection(
    LinkShape^ linkShape, 
    LineSegment^ segment, 
    PointD routeDelta, 
    PointD previousPoint
)
member ManuallyRouteSelection : 
        linkShape:LinkShape * 
        segment:LineSegment * 
        routeDelta:PointD * 
        previousPoint:PointD -> unit 
public function ManuallyRouteSelection(
    linkShape : LinkShape, 
    segment : LineSegment, 
    routeDelta : PointD, 
    previousPoint : PointD
)
Parameters
- linkShape
 Type: Microsoft.VisualStudio.Modeling.Diagrams.LinkShape
 LinkShape that we're operating on.
- segment
 Type: Microsoft.VisualStudio.Modeling.Diagrams.LineSegment
 LineSegment to manipulate.
- routeDelta
 Type: Microsoft.VisualStudio.Modeling.Diagrams.PointD
- previousPoint
 Type: Microsoft.VisualStudio.Modeling.Diagrams.PointD
.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.