mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-08-14 00:34:18 +00:00
12 lines
517 B
XML
12 lines
517 B
XML
<?xml version="1.0"?>
|
|
<RevitAddIns>
|
|
<AddIn Type="Command">
|
|
<Assembly>ModelLines.dll</Assembly>
|
|
<ClientId>f79fd33a-0d84-48c8-bc0e-43df2c54ddd8</ClientId>
|
|
<FullClassName>Revit.SDK.Samples.ModelLines.CS.Command</FullClassName>
|
|
<Text>Model Lines</Text>
|
|
<Description>Report the number of each model line type and allow the user to specify the shape and sketch plane to create some new model lines.</Description>
|
|
<VisibilityMode>AlwaysVisible</VisibilityMode>
|
|
</AddIn>
|
|
</RevitAddIns>
|