Message 1 of 6

Not applicable
09-16-2014
07:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'd like to create a collector that contains all the 3d views of my project.
I've tested this collector :
FilteredElementCollector viewCollector = new FilteredElementCollector(doc).OfClass(typeof(View3D)); viewCollector.OfClass(typeof(Autodesk.Revit.DB.View));
but it contains 3d templates too..
How can I get rid of ?
Thanks for your help !
Solved! Go to Solution.