LinkShape.SetEdgePointsValue Method

Use EdgePoints property.

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 Sub SetEdgePointsValue ( _
    newValue As EdgePointCollection _
)
public void SetEdgePointsValue(
    EdgePointCollection newValue
)
public:
void SetEdgePointsValue(
    EdgePointCollection^ newValue
)
member SetEdgePointsValue : 
        newValue:EdgePointCollection -> unit
public function SetEdgePointsValue(
    newValue : EdgePointCollection
)

Parameters

.NET Framework Security

See Also

Reference

LinkShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace

EdgePoints