TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: KewlToyZ on August 17, 2006, 12:07:04 PM

Title: Where do I find the VLA commands list?
Post by: KewlToyZ on August 17, 2006, 12:07:04 PM
Like if I am setting options in a lisp routine similiar to:
(vla-put-printerconfigpath
    (vla-get-files (vla-get-preferences (vlax-get-acad-object)))
    "X:\\FILES\\2006\\Plotters"
  )

Trying to set the default file format to an older 2004 version on all machines with a lisp routine.

Anyone ever tried to automatically export their profile to a directory?
Title: Re: Where do I find the VLA commands list?
Post by: Mark on August 17, 2006, 02:18:25 PM
This might help.

[ http://www.theswamp.org/index.php?topic=17.msg72#msg72 ]
Title: Re: Where do I find the VLA commands list?
Post by: KewlToyZ on August 17, 2006, 02:39:06 PM
Thanks Mark!, Switching between platforms so much my memory is swiss cheese =P