
This method will display the AutoCAD line weight dialog box.
Returns the following according to the situation:
The method takes no parameter.
Copy Code |
|---|
(Odcl_GetLineWeight nDefaultSelectedLineWeight [as Integer]) |
Copy Code |
|---|
; Prompt for a line weight (Setq rValue (Odcl_GetLineWeight 4)) |