Odcl_GetLineType

(From Extension file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > DWG information >

Odcl_GetLineType

(From Extension file)

Previous pageReturn to chapter overviewNext page

Odcl_GetLineType

This function will display the AutoCAD line type dialog box.

Return Values

Returns the following according to the situation:

A String indicating the selected line type

Nil if there is a problem.

 

Examale

;Prompt for a line type

(Setq rValue (Odcl_GetLineType))

 

 

AutoLisp Syntax:

(Sett rValue (Odcl_GetLineType))