Displays the Select Drawings dialog box.
(ade_dwgselectdlg [parent [caption]])
Returns a list of selected drawings, each represented by its alias path (string), or nil if no drawings are selected.
parent | Integer value defining the pointer to the Select Drawings dialog box parent window, which is expected to be represented by a CWnd object. 0 means that the parent window is not defined. |
caption | A string that is shown before the current directory in the caption of the Select Drawings dialog box. |