- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I was messing with GroupTypeId and found something interesting and a little worried.
On my computer, I have the Revit 2022 first release.
- Product Version: 20210224_1515(x64)
- RevitApi.dll Version: 22.0.2.392
On my plugin/application I'm using the NuGet package Revit_All_Main_Versions_API_x64 and I usually use the last version:
- Product Version: 20210921_1515(x64)
- RevitApi.dll Version: 22.1.1.516
And I found on the GroupTypeId the propriety WallCrossSection change to WallCrossSectionDefinition on the Revit 2022 update.
If I use this GroupTypeId.WallCrossSection gonna show an exception on the new version and if I use GroupTypeId.WallCrossSectionDefinition on the first Revit 2022 release gonna break too.
I probably never gonna use this ForgeTypeId, but which other thing could change on this update.
Should I be worried about my application break each time a new Hotfix was released?
Solved! Go to Solution.