Skip to content
Chuong Ho edited this page Jan 19, 2022 · 7 revisions

Welcome to the RevitAddInManager wiki!

Copyright Information

What's New

Add an External Command

Run an External Command

Add an External Application

Remove an External Command or Application

Save External Command or Application to manifest file

Advanced

Use Add-In Manager with hotkeysUse Add-In Manager with hotkeys

Faceless mode of Add-In Manager

Develop & Debug addins with Add-In Manager

Glossary Terms

ExternalCommand

Autodesk Revit API enables you to add new commands to Autodesk Revit. These commands will be added to the External Tools in the Add-Ins tab. Through the API, External Commands have access to the Revit database, as well as the currently selected elements.

ExternalApplication

Autodesk Revit API enables you to add External Applications which provide the same access as the ExternalCommand and also provide the ability to create new ribbon panels, pushdown buttons, pulldown buttons and react to application events.

RevitAPI

For more information about RevitAPI and Add-Ins, please reference to RevitAPI forum