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
99e4da29 3f8c fb5b be8a d4e4df47ff7e
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Specifies a drawing units value for automatic scaling of blocks, images, or xRefs when inserted or attached to a drawing.
Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public DrawingUnits InsUnits { get; set; }
VB
Public Property InsUnits As DrawingUnits
Get
Set
C++
public:
property DrawingUnits InsUnits {
DrawingUnits get ();
void set (DrawingUnits value);
}
F#
member InsUnits : DrawingUnits with get, set
Default value: Unitless.
It is not recommend to change this value, if the LUnits variable has been set to Architectural or Engineering, they require the InsUnits to be set at Inches.