LinkShape::EdgePointsNoJumps Property
Visual Studio 2015
The ordered list of points bounding the straight segments of the link shape. If the link has jumps, their points are not included in the list.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::EdgePointCollection^A link consists of a series of straight line segments. A link that is displayed as a single straight line has two edge points, at the start and end of the line. A link that has one vertex or corner will have an additional edge point between the start and end.
This property does not include additional points for jumps where the link crosses another link. If you want to include jumps, use EdgePoints.
May be invalid if IsRouted is false.
Show: