revit二次开发addin文件

匿名 (未验证) 提交于 2019-12-02 22:06:11

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

<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>

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!