Share via


BinaryLinkShapeBase.GeometryEdgePointsNoJumps Property

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public ReadOnly Property GeometryEdgePointsNoJumps As EdgePointCollection
'Usage
Dim instance As BinaryLinkShapeBase 
Dim value As EdgePointCollection 

value = instance.GeometryEdgePointsNoJumps
public EdgePointCollection GeometryEdgePointsNoJumps { get; }
public:
virtual property EdgePointCollection^ GeometryEdgePointsNoJumps {
    EdgePointCollection^ get () sealed;
}
public final function get GeometryEdgePointsNoJumps () : EdgePointCollection

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.EdgePointCollection

Implements

IBinaryLinkGeometryData.GeometryEdgePointsNoJumps

.NET Framework Security

See Also

Reference

BinaryLinkShapeBase Class

BinaryLinkShapeBase Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace