This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
633d717f 60a2 2e58 26db 4dbe38d89105
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the layouts collection.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Layouts Layouts { get; }VB
Public ReadOnly Property Layouts As Layouts
GetC++
public:
property Layouts^ Layouts {
Layouts^ get ();
}F#
member Layouts : Layouts with get