Frustrated: changes in version documentation

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to work through some of the myriad tutorials and am having a hard time even following along with some of the line-by-line walkthroughs.
i just identified that i had the Revit 2017 dlls instead of the 2014 dlls when following the DevTV demo. It seems crazy that the structure of something as fundamental as selections could change between 2014 and 2017. I was trying to make the foreach loop that steps through selected objects, but the structure of the Selection class seems to have changed between the 2014 and 2017 APIs.
I'm just feeling frustrated when trying to follow along with the different sample materials out there and not having things work, despite my code matching.
I guess it would make sense to learn on an older API since there should, theoretically, bet tutorial materials that work?