BinaryLinkShapeBase.GeometryEdgePointsNoJumps Property

Gets the edge points in world units with no jumps (Intended to be called only by the ShapeGeometry-derived classes.)

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

Syntax

'Declaration
Public ReadOnly Property GeometryEdgePointsNoJumps As EdgePointCollection
public EdgePointCollection GeometryEdgePointsNoJumps { get; }
public:
virtual property EdgePointCollection^ GeometryEdgePointsNoJumps {
    EdgePointCollection^ get () sealed;
}
abstract GeometryEdgePointsNoJumps : EdgePointCollection with get 
override GeometryEdgePointsNoJumps : EdgePointCollection with get
final function get GeometryEdgePointsNoJumps () : EdgePointCollection

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.EdgePointCollection

Implements

IBinaryLinkGeometryData.GeometryEdgePointsNoJumps

Remarks

Gets the edge points in world units with no jumps. (Intended to be called only by the ShapeGeometry-derived classes.)

.NET Framework Security

See Also

Reference

BinaryLinkShapeBase Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace