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
- 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.
See Also
Reference
IBinaryLinkGeometryData Interface