mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-23 20:06:22 +00:00
integrate Revit 2025 SDK
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user