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
@@ -67,7 +67,7 @@ Public Class Command1
Try
sharedParametersFile = commandData.Application.Application.OpenSharedParameterFile()
Catch ex As Exception
MsgBox("File ""RevitParameters.txt"" not found." & vbNewLine & vbTab & "Exiting function.")
MsgBox("File ""RevitParameters.txt"" not found." & Environment.NewLine & vbTab & "Exiting function.")
Exit Function
End Try