- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I have some code to collect a view filter from a Revit active view from which I create an element filter using .GetElementFilter() for use in a FilteredElementCollector to collect walls from a linked model. This process has worked fine in one project using a built in parameter in the view filter, but when trying to use it with a shared parameter it returns no results. I have checked the shared parameter exists in both my model and the link model but I have noticed that if I snoop the shared parameter from a linked wall, It's id is different from the one returned from .GetElementFilterParameter(). Is the issue as simple as I can't use a shared parameter in a ParameterFilterElement?
Thanks
Solved! Go to Solution.