Message 1 of 3
SectionProperty as Dimension lable failed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello i want assign some parameters as dimension label. It's work fine for common parameters i use:
dim.FamilyLabel = param;
But if parameter type is SectionProperty, its approach invoke this exception:
Autodesk.Revit.Exceptions.ArgumentException: The parameter's ParameterType is not the correct type for this dimension.
But manually i can use such parameters as label. Maybe Revit API have another approach for such parameters?