mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-09 21:23:32 +00:00
11 lines
524 B
XML
11 lines
524 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RevitAddIns>
|
|
<AddIn Type="Command">
|
|
<Assembly>Materials.dll</Assembly>
|
|
<ClientId>70ee8959-de2e-4f52-947a-eea1fc084639</ClientId>
|
|
<FullClassName>Revit.SDK.Samples.Materials.CS.Command</FullClassName>
|
|
<Text>Materials</Text>
|
|
<Description>Present all available materials in the current project, and allow changing the material of the selected structural element.</Description>
|
|
<VisibilityMode>AlwaysVisible</VisibilityMode>
|
|
</AddIn>
|
|
</RevitAddIns> |