
This method will change the height of each Dwg file item so the thumbnail preview image height will be updated.
Returns the following according to the situation:
The recommended convention is passing the control identifier directly:
Copy Code |
|---|
(Odcl_DwgList_SetRowHeight MyControlReference [as Reference] nRowHeight [as Integer]) |
An alternative convention is to identify the control by providing the project file, the dialog name and the control name:
Copy Code |
|---|
(Odcl_DwgList_SetRowHeight ProjectFile [as String] DialogName [as String] ControlName [as String] nRowHeight [as Integer]) |
Copy Code |
|---|
; Set the row height to medium setting (assuming a size setting in the application) (Odcl_DwgList_SetRowHeight MyProject_MyForm_MyControl 75) |