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 411
22ca48d0 9239 349c d347 16e9f3c1a3c3
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the block layer.
Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Layer Layer { get; set; }
VB
Public Property Layer As Layer
Get
Set
C++
public:
property Layer^ Layer {
Layer^ get ();
void set (Layer^ value);
}
F#
member Layer : Layer with get, set
It seems that the block layer is always the default "0" regardless of what is defined here, so it is pointless to change this value.