Message 1 of 4
Consume Revit API's directly from Visual Studio 2017 instead of Revit plugins.

Not applicable
12-10-2019
05:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Background: I have created a Revit plugin which is displayed as a button in a menu in Revit software. The click of the button export some data of a Revit file in the data base. For using this data export service I need to click on the Revit plugin i.e. button.
Requirements: I want to reuse the code written in Revit plugin by calling the Revit API's directly from the code without running Revit software. Which means I want to call Revit API's directly from my code and perform the export functionality from a web application without opening Revit software or pressing any button within the menu's of Revit software.
Please tell me how to achieve this functionality.