mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-08-28 15:52:54 +00:00
copied Revit 2024 SDK
This commit is contained in:
@@ -173,7 +173,7 @@ Public Class ExportFireRating
|
||||
For Each element In elementSet
|
||||
|
||||
'ID
|
||||
worksheet.Cells(row, 1).Value = element.Id.IntegerValue
|
||||
worksheet.Cells(row, 1).Value = element.Id.Value
|
||||
|
||||
'Level
|
||||
Dim level As Autodesk.Revit.DB.Level
|
||||
|
||||
Reference in New Issue
Block a user