Revit addins

Revit addins

Anonymous
Not applicable
562 Views
2 Replies
Message 1 of 3

Revit addins

Anonymous
Not applicable

Hi all,

i want to start an external tool from a button in the ribbon 

0 Likes
563 Views
2 Replies
Replies (2)
Message 2 of 3

jeremytammik
Autodesk
Autodesk
0 Likes
Message 3 of 3

Anonymous
Not applicable

 

This links to a github repository for an add-in that does exactly what you are asking about. The add-in installs a ribbon panel where the"KeyNote Editor" button on the panel starts an external tool.

 

https://github.com/akseidel/RevitAddinKeyNoteSystem

 

The AppKNS.cs file is where you find the code that builds the ribbon.

 

The OpenKeyNoteSystemCommand.cs is where you find the code that starts the external application.

 

 

aks

0 Likes