integrate Revit 2025 SDK

This commit is contained in:
Jeremy Tammik
2024-04-11 13:47:20 +02:00
parent e786953544
commit f414362f2b
889 changed files with 26676 additions and 26865 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ Public Class Command
''' <remarks></remarks>
Function LaunchExcel() As MsExcel.Application
Dim excel As MsExcel.Application = New MsExcel.ApplicationClass()
Dim excel As MsExcel.Application = New MsExcel.Application()
If (excel Is Nothing) Then
Return Nothing