TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: 2e4lite on July 02, 2014, 01:34:02 AM

Title: How to get all the command names associated a ObjectARX file ?
Post by: 2e4lite on July 02, 2014, 01:34:02 AM
As captioned. Thanks!
Title: Re: How to get all the command names associated a ObjectARX file ?
Post by: Marc'Antonio Alessi on July 02, 2014, 02:34:04 AM
Maybe this?
Code: [Select]
Comando: ARX
Digitare un'opzione [File/Gruppi/Comandi/CLassi/Servizi/CArica/SCarica]: _c
Immettere comando/i nell'elenco <*>:
Comandi registrati per estensione programma:
Gruppo di comandi 'ACAD_MAIN'
    *SCROLL, *SCROLL
    +CUSTOMIZE, +PERSONALIZZA
    +OPTIONS, +OPZIONI
...
Title: Re: How to get all the command names associated a ObjectARX file ?
Post by: 2e4lite on July 02, 2014, 03:20:57 AM
Thanks Marc'Antonio Alessi. I just want a lisp rountine  to get it by selecting a .arx file.