ManuallyRoute the line segment of the primary LinkShape in the selection.
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.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.LinkShapeLinkShape that we're operating on.
segment
Type: Microsoft.VisualStudio.Modeling.Diagrams.LineSegmentLineSegment 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.