mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-22 03:40:55 +00:00
6 lines
315 B
INI
6 lines
315 B
INI
|
|
[ExternalCommands]
|
||
|
|
ECCount = 1
|
||
|
|
ECName1 = Bar Descriptions
|
||
|
|
ECClassName1 = Revit.SDK.Samples.BarDescriptions.CS.Command
|
||
|
|
ECAssembly1 = BarDescriptions.dll
|
||
|
|
ECDescription1 = Iterates through the BarDescriptions in the project and displays the properties in a table. Allow the table to be saved in an Excel.CSV file.
|