Does Revit2022 support through RevitNet.dll start UI-less client?

Does Revit2022 support through RevitNet.dll start UI-less client?

572237540
Contributor Contributor
1,326 Views
3 Replies
Message 1 of 4

Does Revit2022 support through RevitNet.dll start UI-less client?

572237540
Contributor
Contributor

Use "product.Init(clientId, "I am authorized by Autodesk to use this UI-less functionality.");" in Revit2021 to launch an UI-less client, but this will not work with Revit2022.

0 Likes
Accepted solutions (1)
1,327 Views
3 Replies
Replies (3)
Message 2 of 4

jeremy_tammik
Alumni
Alumni
Accepted solution

No.

 

For a UI-less Revit engine, please use the Forge Design Automation API for Revit:

 

https://forge.autodesk.com/en/docs/design-automation/v3/developers_guide/overview/

  

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
0 Likes
Message 3 of 4

956506458
Participant
Participant
Hello ,I upload this example code,but it need IExternalDBApplication . Does this mean that the forge platform must be required?
0 Likes
Message 4 of 4

jeremy_tammik
Alumni
Alumni

Yes. Either that, or Revit.exe installed and running on Windows with a session and a loaded external application.

  

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open