明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1473|回复: 0

2/6设置样板图形文件位置路径

[复制链接]
发表于 2012-5-5 19:05:35 | 显示全部楼层 |阅读模式
2/6设置样板图形文件位置路径


Private Sub CommandButton18_Click()
'设置样板图形文件位置路径()
      ' 这个范例返回
      ' TemplateDWGPath的目前的设定值,接着改变它的值
      ' 最后重设为原来的值


      Dim preferences As AcadPreferences
      Dim currTemplateDWGPath As String
      Dim newTemplateDWGPath As String

      Set preferences = ThisDrawing.Application.preferences


      ' 取出目前的 TemplateDWGPath值
      'currTemplateDWGPath = preferences.Files.TemplateDwgPath
      'MsgBox " TemplateDWGPath 的目前值是 " & currTemplateDWGPath, vbInformation, "TemplateDWGPath 范例"

      ' 改变 TemplateDWGPath的值
      newTemplateDWGPath = "TestTemplateDWGPath"
      preferences.Files.TemplateDwgPath = "D:\00邓细木CAD插件汇总\CAD每天使用的图形样板文件(尾缀dwt)Template文件夹"
     ' MsgBox " TemplateDWGPath 的值 " & newTemplateDWGPath, vbInformation, "TemplateDWGPath 范例"


      ' 将 TemplateDWGPath 重设为原来值
      'preferences.Files.TemplateDwgPath = currTemplateDWGPath
      'MsgBox " TemplateDWGPath 值重设成为" & currTemplateDWGPath, vbInformation, "TemplateDWGPath 范例"
  
End Sub
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-25 16:24 , Processed in 0.153425 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表