Message 1 of 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I would like to get the type of element that is stored in certain parameters.
At this point, I just have the BuiltInParameter. I do not have elements in the model.
For example:
I have:
BuiltInParameter.LEVEL_PARAM
and I would like to get:
Level
in order to create a collector like this:
new FilteredElementCollector(doc).OfClass(typeof(Level))
Thanks in advance.
Github:
https://github.com/franpossetto
https://github.com/franpossetto
Solved! Go to Solution.