System variable to display command options as list

System variable to display command options as list

Anonymous
Not applicable
908 Views
3 Replies
Message 1 of 4

System variable to display command options as list

Anonymous
Not applicable

Good mornign to all,

I am currently working in some AutoCad automation which includes the implementation of new commands. The thing is, when aksing the user for keyword input:

 

Circlecommand.png

 

I would like Autocad to show it this way by default:

 

cc2.png

 

Is there any system variable I may set manually via code (or any other method) in order to achieve this? I've been trying to find the one which controls this option but with no luck so far.

Accepted solutions (1)
909 Views
3 Replies
Replies (3)
Message 2 of 4

_gile
Consultant
Consultant
Accepted solution

Hi,

 

Is it the DYNMODE sysvar you're looking after?



Gilles Chanteau
Programmation AutoCAD LISP/.NET
GileCAD
GitHub

Message 3 of 4

Anonymous
Not applicable
Yep! That's it. Thank you!
0 Likes
Message 4 of 4

chicoseanbrown
Participant
Participant

I have dynamic input turned on but I did not know you could press down to display the options like that! Guess I never bothered to think about what that little arrow meant.  😆  So thanks, @Anonymous !

0 Likes