mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-08-18 11:20:09 +00:00
12 lines
339 B
INI
12 lines
339 B
INI
[ExternalApplications]
|
|
EACount = 1
|
|
EAClassName1 = Revit.SDK.Samples.PrintLog.CS.Application
|
|
EAAssembly1 = PrintLog.dll
|
|
|
|
[ExternalCommands]
|
|
ECCount = 1
|
|
ECName1 = Print Log
|
|
ECClassName1 = Revit.SDK.Samples.PrintLog.CS.Command
|
|
ECAssembly1 = PrintLog.dll
|
|
ECDescription1 = Append print information to log
|