明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 2016|回复: 3

Mccad老师:请问如何用VBA实现保存CAD文件

[复制链接]
发表于 2005-3-17 19:38:00 | 显示全部楼层 |阅读模式
MCCAD老师:


                                                         请问如何用VBA实现保存CAD文件?(带密码)
发表于 2005-3-17 22:35:00 | 显示全部楼层
这是帮助中的示例
Sub Example_Comment() ' This example attaches a digital signature and accompanying data to a file, ' and saves the file. Dim acad As New AcadApplication Dim sp As New AcadSecurityParams acad.Visible = True ' Attach a digital signature and timestamp it sp.Action = AcadSecurityParamsType.ACADSECURITYPARAMS_SIGN_DATA _ + AcadSecurityParamsType.ACADSECURITYPARAMS_ADD_TIMESTAMP ' Certificate details follow sp.Subject = "Thawte Freemail Member" sp.Issuer = "Personal Freemail RSA 2000.8.30" sp.SerialNumber = "073848" sp.Comment = "This is now signed" sp.TimeServer = "NIST(time.nist.gov)" acad.ActiveDocument.SaveAs "C:\MyDrawing.dwg", , sp End Sub
 楼主| 发表于 2005-3-18 09:21:00 | 显示全部楼层
谢谢您!
发表于 2005-6-1 19:36:00 | 显示全部楼层
mccad老师 能帮我个忙吗?我的qq是25774308 MSN是nyl311@hotmail.com 我的毕业设计是用vb写程序实现带传动的计算机辅助设计,我写进死胡同出不来了。。帮帮我好不
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-27 14:35 , Processed in 0.156013 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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