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
a948c9ef 0e16 56c6 a808 087fd8a7269a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the block insertion units.
Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public DrawingUnits Units { get; set; }
VB
Public Property Units As DrawingUnits
Get
Set
C++
public:
property DrawingUnits Units {
DrawingUnits get ();
void set (DrawingUnits value);
}
F#
member Units : DrawingUnits with get, set