BinaryLinkShapeBase.GeometryEdgePoints Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public ReadOnly Property GeometryEdgePoints As EdgePointCollection
'Usage
Dim instance As BinaryLinkShapeBase
Dim value As EdgePointCollection
value = instance.GeometryEdgePoints
public EdgePointCollection GeometryEdgePoints { get; }
public:
virtual property EdgePointCollection^ GeometryEdgePoints {
EdgePointCollection^ get () sealed;
}
public final function get GeometryEdgePoints () : EdgePointCollection
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.EdgePointCollection
Implements
IBinaryLinkGeometryData.GeometryEdgePoints
.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.