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" encoding="utf-8"?>
<RevitAddIns>
<AddIn Type="Command">
<Assembly>LevelsProperty.dll</Assembly>
<ClientId>06f0a233-f472-4ca4-a271-d77b55fefe58</ClientId>
<FullClassName>Revit.SDK.Samples.LevelsProperty.CS.Command</FullClassName>
<Text>Create levels</Text>
<Description>Show how to get all the levels in a document and how to create and delete a level and set its properties.</Description>
<VisibilityMode>AlwaysVisible</VisibilityMode>
<VendorId>ADSK</VendorId>
<VendorDescription>Autodesk, www.autodesk.com</VendorDescription>
</AddIn>
</RevitAddIns>