Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Do you know how to order rebars in list by Bar Length parameter. I try sth like this:
rebars = rebars.OrderBy(rebar => rebar.LookupParameter("Bar Length").AsDouble()) as List<Rebar>;
but it doesn't work. I have rebars count = 0.
Solved! Go to Solution.