vlax-import-type-library (AutoLISP/ActiveX)
从类型库导入信息 支持的平台:仅限 Windows 签名(vlax-import-type-library :tlb-filename filename [:methods-prefix mprefix :properties-prefix pprefix :constants-prefix cprefix])
注意:将参数传递给 时,关键字是必需的。vlax-import-type-library
返回值类型:T 或 nil T,如果成功;否则,如果无法导入库。nil 言论创建的函数包装器仅在文档发出的上下文中可用。vlax-import-type-libraryvlax-import-type-library 在当前版本中,在运行时执行,而不是在编译时执行。在将来的版本中,这可能会发生变化。使用时建议采取以下做法:vlax-import-type-libraryvlax-import-type-library
例子导入 Microsoft Word 类型库,将前缀“msw-”分配给方法和属性,将“mswc-”分配给常量: (vlax-import-type-library :tlb-filename "C:/Program Files (x86)/Microsoft Office/root/Office16/msword.olb" :methods-prefix "msw-" :properties-prefix "msw-" :constants-prefix "mswc-") T 相关参考 |
|Archiver|CAD开发者社区 ( 苏ICP备2022047690号-1 苏公网安备32011402011833)
GMT+8, 2024-12-15 13:12
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.