IBinaryLinkGeometryData.GeometryEdgePoints Property

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

Syntax

'宣言
ReadOnly Property GeometryEdgePoints As EdgePointCollection
'使用
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

Permissions

See Also

Reference

IBinaryLinkGeometryData Interface

IBinaryLinkGeometryData Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace