Share via


IBinaryLinkGeometryData.GeometryEdgePointsNoJumps Property

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

Syntax

'Declaration
ReadOnly Property GeometryEdgePointsNoJumps As EdgePointCollection
'Usage
Dim instance As IBinaryLinkGeometryData 
Dim value As EdgePointCollection 

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

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.EdgePointCollection

.NET Framework Security

See Also

Reference

IBinaryLinkGeometryData Interface

IBinaryLinkGeometryData Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace