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

0e4fbd00 fcbb 0f6b 274f 844453fd6a31

haplokuon edited this page May 6, 2023 · 1 revision

Extnames Field

netDxf 3.0.0 Library

Controls symbol table naming.

Definition

Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public const string Extnames = "$EXTNAMES"

VB

Public Const Extnames As String = "$EXTNAMES"

C++

public:
literal String^ Extnames = "$EXTNAMES"

F#

static val mutable Extnames: string

Field Value

String

Remarks

Controls symbol table naming:
0 = Release 14 compatibility. Limits names to 31 characters in length.
Names can include the letters A to Z, the numerals 0 to 9, and the special characters dollar sign ($), underscore (_), and hyphen (-).
1 = AutoCAD 2000.
Names can be up to 255 characters in length, and can include the letters A to Z, the numerals 0 to 9, spaces, and any special characters not used for other purposes by Microsoft Windows and AutoCAD.

See Also

Reference

HeaderVariableCode Class
netDxf.Header Namespace

Clone this wiki locally