Message 1 of 13
trouble getting a list of WallType objects that are usable

Not applicable
05-19-2016
02:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Im really thrashing about attempting to get a collection of WallTypes in the revit api. I dont want a list of WallTypes that are currently in the document (assume that the document is a blank template) im trying to use the Wall.Create(Document, Curve, ElementId, ElementId, Double, Double, Boolean, Boolean) method to place a wall of a given WallType (which of course has an ElementId) and I cannot seem to get a proper container of the things. FilteredElementCollector does not return anything useful! assistance appreciated.