ObjectDCL Banner

GetLineType Method

Description

This method 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.

AutoLISP Syntax

The method takes no parameter.

CopyCode imageCopy Code
(Odcl_GetLineType )

Example

CopyCode imageCopy Code
; Prompt for a line type
(Setq rValue (Odcl_GetLineType))