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 407
73e40b7d fafc fe85 7411 21c3a34b31d1
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the default block units.
Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static DrawingUnits DefaultUnits { get; set; }
VB
Public Shared Property DefaultUnits As DrawingUnits
Get
Set
C++
public:
static property DrawingUnits DefaultUnits {
DrawingUnits get ();
void set (DrawingUnits value);
}
F#
static member DefaultUnits : DrawingUnits with get, set
These are the units that all new blocks will use as default.