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 415
dbd7326a b423 71a7 1000 77e54f99e4b5
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of solids in the active layout.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public IEnumerable<Solid> Solids { get; }
VB
Public ReadOnly Property Solids As IEnumerable(Of Solid)
Get
C++
public:
property IEnumerable<Solid^>^ Solids {
IEnumerable<Solid^>^ get ();
}
F#
member Solids : IEnumerable<Solid> with get
IEnumerable(Solid)