Author Topic: How to get all the command names associated a ObjectARX file ?  (Read 1797 times)

0 Members and 1 Guest are viewing this topic.

2e4lite

  • Guest
As captioned. Thanks!

Marc'Antonio Alessi

  • Swamp Rat
  • Posts: 1451
  • Marco
Re: How to get all the command names associated a ObjectARX file ?
« Reply #1 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
...

2e4lite

  • Guest
Re: How to get all the command names associated a ObjectARX file ?
« Reply #2 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.