Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.14 KB

File metadata and controls

35 lines (23 loc) · 1.14 KB

RevitEntitlement

A revit test application to run Entitlement API from the Revit Addin code. For this test to succeed or fail, the test assumes following App has installed on Revit application and it will cross verify if the logged in user has access to installed app.

Steps to Build and Test

Project is designed to configure the paths to %ProgramData%\Autodesk\Revit\Addins\2024 for debug builds and ./RevitEntitlement.bundle for release builds.

Preqs

  • Revit 2024
  • Visual Studio 2022
  • .NET 4.8
git clone https://git.autodesk.com/moogalm/RevitEntitlement.git
cd RevitEntitlement\RevitEntitlement
devenv RevitEntitlement.sln
add reference RevitAPI.dll and RevitAPIUI.dll
Nuget install Newtonsoft.Json --version 13.0.3

Test

  • Go to Revit Ribbon Bar\Addins\External Tool\

RevitCommand

  • Click on Commands RevitEntitlement Result

Author

Madhukar Moogala