added Revit 2022 SDK minus except *rvt and *rfa

This commit is contained in:
Jeremy Tammik
2021-04-20 11:36:21 +02:00
parent 1133a82dc5
commit 7e327986e8
3034 changed files with 1245318 additions and 0 deletions
@@ -0,0 +1,13 @@
<?xml version="1.0"?>
<RevitAddIns>
<AddIn Type="Command">
<Assembly>ModelLines.dll</Assembly>
<ClientId>f79fd33a-0d84-48c8-bc0e-43df2c54ddd8</ClientId>
<FullClassName>Revit.SDK.Samples.ModelLines.CS.Command</FullClassName>
<Text>Model Lines</Text>
<Description>Report the number of each model line type and allow the user to specify the shape and sketch plane to create some new model lines.</Description>
<VisibilityMode>AlwaysVisible</VisibilityMode>
<VendorId>ADSK</VendorId>
<VendorDescription>Autodesk, www.autodesk.com</VendorDescription>
</AddIn>
</RevitAddIns>