Jump to content

Search the Community

Showing results for tags 'dbx'.

  • Search By Tags

    • dbx ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 3 results

  1. Hi all, I am writing a lisp program to work on drawings opened as DBX, but the program works on some drawings very slow. I find out that it is because of needing them to recovery or audit. How can I get some information from dbx opened file to know this? I appreciate any help Mehrdad
  2. Hi all, as you know there is a way to get a list of all opened drawings. (defun Get:OpenDrawings ( / *dwg* *acdocs*) (vlax-for <doc> (MT:vla-get-Documents) (if (eq "" (setq *dwg* (vla-get-fullname <doc>))) (setq *dwg* (vla-get-name <doc>))) (setq *acdocs* (cons (cons (strcase *dwg*) <do...
  3. Hi everyone, is there any ObjectDBX equivalent for getvar and setvar functions? Any reply or clue is fully appreciated.
×
×
  • Create New...