mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-08-13 16:27:42 +00:00
11 lines
393 B
INI
11 lines
393 B
INI
[ExternalCommands]
|
|
ECCount = 2
|
|
ECName1 = Hello Revit - MsgBox
|
|
ECClassName1 = Revit.SDK.Samples.HelloRevit.VB.NET.Command
|
|
ECAssembly1 = HelloRevit.dll
|
|
ECDescription1 = Shows a message box with Hello Revit!
|
|
|
|
ECName2 = Hello Revit - Form
|
|
ECClassName2 = Revit.SDK.Samples.HelloRevit.VB.NET.CommandForm
|
|
ECAssembly2 = HelloRevit.dll
|
|
ECDescription2 = Shows a Form dialog with Hello Revit! |