用Vlisp来读取AutoCAD中搜索路径

 (vla-get-supportpath (vla-get-files (vla-get-preferences (vlax-get-acad-object))))
   或:
  (getenv "ACAD")
   或:
  (acet-pref-supportpath-list)获取支持路径。

标签:Vlisp 读取 AutoCAD 搜索 路径