updated to Revit 2023 SDK

This commit is contained in:
Jeremy Tammik
2022-04-07 09:12:58 +02:00
parent e3434c5200
commit ab02648986
342 changed files with 6496 additions and 3140 deletions
@@ -93,9 +93,9 @@ Public Class RvtCmd_Selection
End If
i += 1
str += " " & i.ToString & _
". id=" & elem.Id.IntegerValue.ToString & _
" Cat=" & catName & _
str += " " & i.ToString &
". id=" & elem.Id.ToString &
" Cat=" & catName &
" Type=" & elem.Name & vbCrLf
Next
MsgBox(str)