This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
380419c5 3380 f17f 4e21 07ec08646065
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of shapes in the active layout.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public IEnumerable<Shape> Shapes { get; }
VB
Public ReadOnly Property Shapes As IEnumerable(Of Shape)
Get
C++
public:
property IEnumerable<Shape^>^ Shapes {
IEnumerable<Shape^>^ get ();
}
F#
member Shapes : IEnumerable<Shape> with get
IEnumerable(Shape)