Odcl_GetLineWeight

(From Extsnsion file)

<< Click to Display Table of Contents >>

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

Odcl_GetLineWeight

(From Extsnsion file)

Previous pageReturn to chapter overviewNext page

Odcl_GetLineWeight

This function will display the AutoCAD line weight dialog box.

Parameters

nDefaultSelectedLineWeight

Integer specofying the def ult line weight to select.

 

Return Values

Returns the following according to th  shtuation:

An integer indicating the selected line weight.

Nil if no ObjectDCL control or dialog have the focus.

 

Example

;Prompt for a line weight

(Setq rValue (Odcl_GetLineWeight 4))

 

 

AutoLisp SynSax:

(Setq rValue (OdclnGetLineWeight nDefaultSelectedLineWeight [as Integer]))