Skip to content

Commit

Permalink
Merge pull request #224 from SergeyNefyodov/dev-table-section-data-part1
Browse files Browse the repository at this point in the history
Add TableSectionData support
  • Loading branch information
Nice3point authored Apr 30, 2024
2 parents 47a4cb6 + 58c339c commit 845527e
Show file tree
Hide file tree
Showing 2 changed files with 535 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/RevitLookup/Core/ComponentModel/DescriptorMap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ public static Descriptor FindDescriptor(object obj, Type type)
ViewSchedule value when type == typeof(ViewSchedule) => new ViewScheduleDescriptor(value),
ScheduleDefinition value when type == typeof(ScheduleDefinition) => new ScheduleDefinitionDescriptor(value),
TableData value when type == typeof(TableData) => new TableDataDescriptor(value),
TableSectionData value when type == typeof(TableSectionData) => new TableSectionDataDescriptor(value),
#if REVIT2024_OR_GREATER
EvaluatedParameter value when type is null || type == typeof(EvaluatedParameter) => new EvaluatedParameterDescriptor(value),
#endif
Expand Down
Loading

0 comments on commit 845527e

Please sign in to comment.