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
de57b67f 109f bc68 4802 65f295d934ff
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the entity layer.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Layer Layer { get; set; }VB
Public Property Layer As Layer
Get
SetC++
public:
property Layer^ Layer {
Layer^ get ();
void set (Layer^ value);
}F#
member Layer : Layer with get, set