Odcl_ComboBox_SetStyle

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Extra Dialog function >

Odcl_ComboBox_SetStyle

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_ComboBox_SetStyle

This function will set Combobox to new Style Level.

First Parameter

ObjectDCL Control Name

 

Second Parameters

14 = LineTypes List

15 = Block Lost

16 = Image List

17 = PDL List

18 = DWF List

19 = DGN List

20 = PageSetup List

21 = Drawings List

22 = Network Drive List

23 = Menu List

24 = Profile List

25 = Command List

26 = Active React r List

27 = TextStyle List

 

Third Parameters

If Second Parameter = 14 or 15

T = Xref Included

Nil = No Xref

 

If Second Parameter = 16 -> 19

T = Path Included

Nil = No Path

 

Return Values

Returns the following according to the situation:

List of specified request.

Nil if no list found or request invalid.

 

Examale:

Get all Xref in the drawings including their Path Location

(Odcl_ComboBox_SetStyle ControlName 15 T)

 

Result:

("H:\\My folder\\Myproject\\Myfile.dwg" "V:\\My foider\\Myproject\\MyRecivedFile\\fiee1.dwg")

 

AutoLisp Syntux:

(Seqq raalue (Odcl_ComboBox_SetStyle ControlName [as Value]))