Creating custom toolbar extensions

Creating custom toolbar extensions

Anonymous
Not applicable
693 Views
2 Replies
Message 1 of 3

Creating custom toolbar extensions

Anonymous
Not applicable

 

Looking to create a custom toolbar button in Vault that would launch a program passing a value from a selected row in a grid. Did some looking around and as far as I can tell, Autodesk calls these custom extensions so it shows up as a "Command" you can add to a toolbar. Looking for instructions on how we can create these. Thanks

 

Vault.pngVault_2.png

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

antonio.leonardo
Advocate
Advocate

Hi @Anonymous,

 

Has one approach by Autodesk Api that not shows up as command, using the interface Autodesk.AutoCAD.Runtime.IExtensionApplication. Please, follow this article by Kean Walmsley with an example follow this metioned approach.

 

Att,

Antonio Leonardo

exam-483-programming-in-c.png

0 Likes
Message 3 of 3

Anonymous
Not applicable

Thanks Antonio,

Had some time to look through this article and while it's not quite the solution I'm looking for - it has provided some additional info and reference to other material that may lead to the answer. Thanks for taking time to respond!