inserblock函数中最后一个参数password应怎样设置?
请问inserblock函数中最后一个参数password应怎样设置? Password选项是在R2004中新增加的,表示如果块是外部文件中的,而文件又已经加密,那么插入块时必须输入密码才能打开文件。为了兼容以前版本的,这个是可选的,也就是以前旧的文件或者没有加密的文件可不输。
用法:(文件加密情况下)
RetVal = object.InsertBlock(InsertionPoint, Name, Xscale, Yscale, ZScale, Rotation , "MyPassword") ,MyPassword表示文件的打开密码。
页:
[1]