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
@@ -83,8 +83,7 @@ Public Class RvtCmd_LibraryPaths ' Library Paths
Loop
' show it.
MsgBox(str)
Autodesk.Revit.UI.TaskDialog.Show("Revit", str)
' do we have lib path with this key?
If (paths.ContainsKey(key)) Then
@@ -106,9 +105,9 @@ Public Class RvtCmd_LibraryPaths ' Library Paths
Do While (iter.MoveNext())
str += iter.Current.Key + " = " + iter.Current.Value + vbCr
Loop
MsgBox(str + vbCr + comment)
Autodesk.Revit.UI.TaskDialog.Show("Revit", str + vbCr + comment)
Return Autodesk.Revit.UI.Result.Succeeded
Return Autodesk.Revit.UI.Result.Succeeded
End Function