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
4f9ee44e 197f 6dc1 d8d8 954a15e46e00
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Drawing code page; set to the system code page when a new drawing is created, but not otherwise maintained by AutoCAD.
Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public const string DwgCodePage = "$DWGCODEPAGE"
VB
Public Const DwgCodePage As String = "$DWGCODEPAGE"
C++
public:
literal String^ DwgCodePage = "$DWGCODEPAGE"
F#
static val mutable DwgCodePage: string
String