mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-09 21:23:32 +00:00
added Revit 2022 SDK minus except *rvt and *rfa
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RevitAddIns>
|
||||
<AddIn Type="Command">
|
||||
<Assembly>CapitalizeAllTextNotes.dll</Assembly>
|
||||
<ClientId>83c95618-b9c4-42a2-ad1e-a54751415975</ClientId>
|
||||
<FullClassName>Revit.SDK.Samples.CapitalizeAllTextNotes.CS.Command</FullClassName>
|
||||
<Text>Capitalize all TextNote elements</Text>
|
||||
<Description>This command iterates through the document and applies the 'AllCaps' formatting to them. This will show text in upper case characters.</Description>
|
||||
<VisibilityMode>AlwaysVisible</VisibilityMode>
|
||||
<LanguageType>Unknown</LanguageType>
|
||||
<VendorId>ADSK</VendorId>
|
||||
</AddIn>
|
||||
</RevitAddIns>
|
||||
Reference in New Issue
Block a user