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>ViewTemplateCreation.dll</Assembly>
<ClientId>ef1c699e-d038-4335-9721-d6c52b285ed0</ClientId>
<FullClassName>Revit.SDK.Samples.ViewTemplateCreation.CS.Command</FullClassName>
<Text>Create and configure new view template</Text>
<Description>Demonstrates the process of creating a new view template from a regular view.</Description>
<VisibilityMode>AlwaysVisible</VisibilityMode>
<LanguageType>CS</LanguageType>
<VendorId>ADSK</VendorId>
</AddIn>
</RevitAddIns>