mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-17 18:12:08 +00:00
updated to Revit 2023 SDK
This commit is contained in:
@@ -193,7 +193,7 @@ Public Class Command
|
||||
For Each element In elementSet
|
||||
|
||||
' first column is the element id - display it as an integer
|
||||
worksheet.Cells(row, 1).Value = element.Id.IntegerValue
|
||||
worksheet.Cells(row, 1).Value = element.Id.ToString()
|
||||
|
||||
' retrieve all the values, in string form for the common properties of the element
|
||||
Dim values As System.Collections.Generic.Dictionary(Of String, String) = GetValuesOfNamedProperties(application, element, propertyNames)
|
||||
|
||||
Reference in New Issue
Block a user