I would like to know as well.
This year the only thing that I know that changed/added is the ThemeChanged to know when the user changes the Theme to Dark/Light and the ElementId now uses 64bits.
I'm waiting for the @jeremy_tammik blog post 😆
From recent years it is usually within a week and bit of the product release.
I'll be looking for features in object browser along the lines of the what new section in the online help.
Important to note that the assemblies can still be referenced as is, I've compiled test assembly already using .Net Framework 4.8 still (I didn't expect that to change anytime soon due to magnitude of shift to .net).
I'll be looking for updates on the SDK here initially.
Autodesk.Revit.DB.BuiltInParameterGroup is Obsolete in Revit API 2024, I know that would happen one day.
Spoiler in the version 2022 Doc: ParameterUtils.GetBuiltInParameterGroup
I'm glad that Autodesk.Revit.DB.BuiltInParameter is not Obsolete in this version, but gonna happen. 😣
Spoiler in the version 2022 Doc: ParameterUtils.GetBuiltInParameter
Hi,
ElementId.IntergerValue is Obsolete in Revit 2024.
I find the new Bending Detail element interesting, but it is limited: Generate Bending Detail
The Revit 2024 SDK has been published now to the developer centre:
https://www.autodesk.com/developer-network/platform-technologies/revit
I blogged about What's New in the Revit 2024 API earlier today:
https://thebuildingcoder.typepad.com/blog/2023/04/whats-new-in-the-revit-2024-api.html
I hope you like it!
Cheers, and have fun,
Jeremy
Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
I was looking and didn't find what was added related to the new BuiltInParameter, BuiltInParameterGroup, BuiltInCategory, or ForgeTypeId.
I noticed there is a new BuiltInParameterGroup/GroupTypeId.
var builtInParameterGroup = BuiltInParameterGroup.PG_TOPOSOLID_SUBDIVISION;
var groupTypeId = GroupTypeId.ToposolidSubdivision;
It would be great to know what else was added in ForgeTypeId.
I also see
Fwiiw...
Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open