Click or drag to resize

HeaderVariablesExtnames Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Controls symbol table naming.

Namespace:  netDxf.Header
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public bool Extnames { get; }
Request Example View Source

Property Value

Type: Boolean
Remarks
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.
See Also