mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-08-17 19:09:03 +00:00
11 lines
390 B
INI
11 lines
390 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=Show a form-based dialogue with Hello Revit!
|