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
@@ -109,7 +109,7 @@ Public Class ExportFireRating
' category that is sent to Excel by this sample
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