HeaderVariablesExtnames Property
|
Controls symbol table naming.
Namespace:
DXFReaderNET.Header
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool Extnames { get; }
Public ReadOnly Property Extnames As Boolean
Get
public:
property bool Extnames {
bool get ();
}
member Extnames : bool with get
PROPERTY Extnames AS LOGIC GET
Property Value
Type:
BooleanRemarks
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