Project path setup

Discussion in 'AutoCAD' started by kyheulon, May 16, 2004.

  1. kyheulon

    kyheulon Guest

    I looking for a automated way to create Project Names and search paths for Project Names across our office?
     
    kyheulon, May 16, 2004
    #1
  2. kyheulon

    Mark Propst Guest

    In each dwg, (setvar"ProjectName" ProjectName)

    then on each workstation that needs to access the project
    ;;; (vla-SetProjectFilePath
    ;;; (vla-get-files
    ;;; (vla-get-Preferences (vlax-get-acad-object))
    ;;; )
    ;;; projectName
    ;;;; ProjectPath)

    hth
    Mark

    Project Names across our office?
     
    Mark Propst, May 16, 2004
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.