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 409
707d2fed c606 d2ef e9de 1e0f6b4b6358
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Layer properties flags.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public LayerPropertiesFlags Flags { get; set; }
VB
Public Property Flags As LayerPropertiesFlags
Get
Set
C++
public:
property LayerPropertiesFlags Flags {
LayerPropertiesFlags get ();
void set (LayerPropertiesFlags value);
}
F#
member Flags : LayerPropertiesFlags with get, set