Release date of API 2024

Release date of API 2024

MCalza
Contributor Contributor
2,810 Views
7 Replies
Message 1 of 8

Release date of API 2024

MCalza
Contributor
Contributor

Hello everyone,

When is the date release of API 2024?

 

Thank you 🙂

0 Likes
2,811 Views
7 Replies
Replies (7)
Message 2 of 8

ricaun
Advisor
Advisor

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 😆

 

Luiz Henrique Cassettari

ricaun.com - Revit API Developer

AppLoader EasyConduit WireInConduit ConduitMaterial CircuitName ElectricalUtils

Message 3 of 8

RPTHOMAS108
Mentor
Mentor

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.

Message 4 of 8

ricaun
Advisor
Advisor

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 

 

 

 

Luiz Henrique Cassettari

ricaun.com - Revit API Developer

AppLoader EasyConduit WireInConduit ConduitMaterial CircuitName ElectricalUtils

Message 5 of 8

Speed_CAD
Collaborator
Collaborator

Hi,

 

ElementId.IntergerValue is Obsolete in Revit 2024.

 

I find the new Bending Detail element interesting, but it is limited: Generate Bending Detail 

Mauricio Jorquera
Message 6 of 8

jeremy_tammik
Alumni
Alumni

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

  

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
Message 7 of 8

ricaun
Advisor
Advisor

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.

 

Luiz Henrique Cassettari

ricaun.com - Revit API Developer

AppLoader EasyConduit WireInConduit ConduitMaterial CircuitName ElectricalUtils