mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-08-20 20:22:03 +00:00
14 lines
506 B
XML
14 lines
506 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RevitAddIns>
|
|
<AddIn Type="Command">
|
|
<Assembly>WinderStairs.dll</Assembly>
|
|
<ClientId>62426733-26fb-4f2b-89da-93e1be7fe549</ClientId>
|
|
<FullClassName>Revit.SDK.Samples.WinderStairs.CS.Command</FullClassName>
|
|
<Text>Winder Stairs</Text>
|
|
<Description>API Sketched Winder Stairs</Description>
|
|
<VisibilityMode>AlwaysVisible</VisibilityMode>
|
|
<LanguageType>Unknown</LanguageType>
|
|
<VendorId>ADSK</VendorId>
|
|
</AddIn>
|
|
</RevitAddIns>
|