dos_linetypebox - dalefugier/DOSLib GitHub Wiki

Displays AutoCAD's linetype selection dialog box.

Syntax

(dos_linetypebox [default [T]])

Parameters

default

The name of the default linetype.

T

If specified, the " ByBlock" and " ByLayer" linetypes will be displayed.

Returns

The linetype selected from the list if successful.

nil if not successful or on error.

Example

Command: (dos_linetypebox "Continuous")
"HIDDEN"