Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

4f9ee44e 197f 6dc1 d8d8 954a15e46e00

haplokuon edited this page May 6, 2023 · 1 revision

DwgCodePage Field

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.

Definition

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

Field Value

String

See Also

Reference

HeaderVariableCode Class
netDxf.Header Namespace

Clone this wiki locally