Share via


IBinaryLinkGeometryData.GeometryEdgePoints Property

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

Syntax

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

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

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.EdgePointCollection

.NET Framework Security

See Also

Reference

IBinaryLinkGeometryData Interface

IBinaryLinkGeometryData Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace