Polygon2dVertices Property |
Gets the polygon vertices.
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic Point2d[] Vertices { get; }
Public ReadOnly Property Vertices As Point2d()
Get
public:
property array<Point2d>^ Vertices {
array<Point2d>^ get ();
}
member Vertices : Point2d[] with get
Property Value
Type:
Point2d
See Also