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 409
2af0eb01 ad17 940a 3cee f8bef743ef37
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the default drawing units to obtain the Insert transformation matrix, when the current Insert entity does not belong to a DXF document.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static DrawingUnits DefaultInsUnits { get; set; }
VB
Public Shared Property DefaultInsUnits As DrawingUnits
Get
Set
C++
public:
static property DrawingUnits DefaultInsUnits {
DrawingUnits get ();
void set (DrawingUnits value);
}
F#
static member DefaultInsUnits : DrawingUnits with get, set