码迷,mamicode.com
首页 > 其他好文 > 详细

revit二次开发addin文件

时间:2018-12-17 11:34:22      阅读:511      评论:0      收藏:0      [点我收藏+]

标签:extern   add   coding   二次   cli   external   tool   client   abc   

command命令:
<?xml version="1.0" encoding="utf-8"?>
 <RevitAddIns>
 

<AddIn Type="Command">
 

<Assembly>D:\HelloWorld\bin\Debug\HelloWorld.dll</Assembly>
 

<AddInId>4d8936ea-82ca-49b0-abc0-d0904d8bd716</AddInId>
 

<FullClassName>HelloWorld.Class1</FullClassName>
 

<Text>HelloWorld</Text>
 

<VendorId>ABC</VentorId>


</AddIn>
 

</RevitAddIns>


application:
<?xml version="1.0" encoding="utf-8"?>
<RevitAddIns>
<AddIn Type="Application">
<Name>External Tool</Name>
<Assembly>E:\10.24\hello\Ribbon\bin\Debug\Ribbon.dll</Assembly>
<ClientId>27f422f8-cde3-4004-8a6b-157aaa1a3ae2</ClientId>
<FullClassName>HY.Ribbon</FullClassName>
<VendorId>Autodesk</VendorId>。
</AddIn>
</RevitAddIns>

revit二次开发addin文件

标签:extern   add   coding   二次   cli   external   tool   client   abc   

原文地址:https://www.cnblogs.com/siy-cst/p/10129735.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!