mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-08-18 03:19:17 +00:00
11 lines
443 B
XML
11 lines
443 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RevitAddIns>
|
|
<AddIn Type="Command">
|
|
<Assembly>AllViews.dll</Assembly>
|
|
<ClientId>a3ede8e2-477f-4ea6-b0b5-3ffd41963c9b</ClientId>
|
|
<FullClassName>Revit.SDK.Samples.AllViews.CS.Command</FullClassName>
|
|
<Text>All Views</Text>
|
|
<Description>Generate a new sheet for user selected views</Description>
|
|
<VisibilityMode>AlwaysVisible</VisibilityMode>
|
|
</AddIn>
|
|
</RevitAddIns> |