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 424
a7e22720 e633 8adf fec0 ca79214f4f2a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the restoring options when updating the layer state from the layers list and vice versa.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public LayerPropertiesRestoreFlags Options { get; set; }
VB
Public Property Options As LayerPropertiesRestoreFlags
Get
Set
C++
public:
property LayerPropertiesRestoreFlags Options {
LayerPropertiesRestoreFlags get ();
void set (LayerPropertiesRestoreFlags value);
}
F#
member Options : LayerPropertiesRestoreFlags with get, set