Message 1 of 9

Not applicable
06-12-2021
02:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am working on an addin that hides/unhides the revision clouds of a certain revision on the sheets.
My filter to get the clouds looks like this:
clouds = new FilteredElementCollector(vs.Document, vs.Id).OfCategory(BuiltInCategory.OST_RevisionClouds).OfClass(typeof(RevisionCloud));
But this filter only finds the clouds which are not hidden.
I don't know how to modify this filter that the hidden clouds are also found?
I hope somebody can help me.
Thank you in advance.
Solved! Go to Solution.