mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-08-15 18:14:02 +00:00
14 lines
528 B
XML
14 lines
528 B
XML
<?xml version="1.0"?>
|
|
<RevitAddIns>
|
|
<AddIn Type="Command">
|
|
<Assembly>NewRoof.dll</Assembly>
|
|
<ClientId>f6c0eb19-34e0-4d0f-9e6f-fd57658924a9</ClientId>
|
|
<FullClassName>Revit.SDK.Samples.NewRoof.CS.Command</FullClassName>
|
|
<Text>NewRoof</Text>
|
|
<Description>Create or edit footprint roof and extrusion roof.</Description>
|
|
<VisibilityMode>AlwaysVisible</VisibilityMode>
|
|
<VendorId>ADSK</VendorId>
|
|
<VendorDescription>Autodesk, www.autodesk.com</VendorDescription>
|
|
</AddIn>
|
|
</RevitAddIns>
|