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
50005dc0 020f 1da2 0548 a585d45ba56d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Controls symbol table naming.
Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool Extnames { get; }
VB
Public ReadOnly Property Extnames As Boolean
Get
C++
public:
property bool Extnames {
bool get ();
}
F#
member Extnames : bool with get
Boolean
Default value: 1.
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.