VIM Revit Core C# Library
If you are familiar with C# Revit plugin development, you can use the VIM Revit Core C# Library to embed the VIM exporting process within your own plugin.
Language: C#
Revit Versions: 2018 to 2025
Requirements
Please contact us for the following:
- The Vim.Revit.Core.zip package
- A valid VIM license string
Setup
- Download and extract Vim.Revit.Core.zip
- In your C# Revit plugin project, add a reference to
Vim.Revit.Core.dll
and make sure to copy it and its dependencies to your build output directory.