Message 1 of 4
Not applicable
03-17-2013
11:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Every Buddy:
I m a new here. When I learn Filtering section of Revit API Guide I found that sometimes IList was used such as:
IList<Element> walls = collector.WherePasses(filter).OfClass(typeof(Wall)).ToElements(); and sometimes ICollection was used such as: ICollection<Element> allLoads = collector.WherePasses(filter).ToElements(); to do the filtering. My question is when we should use which and what is the diffrence between them.
Thx for any help.
Solved! Go to Solution.