mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-10 13:37:40 +00:00
updated to Revit 2023 SDK
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user