Hi,
Is there a way to get the default buttons and its names. For example, I would like to get Manage > Visual Programming > Dynamo, and show a message when that button is clicked.
Thank you.
Hi,
Is there a way to get the default buttons and its names. For example, I would like to get Manage > Visual Programming > Dynamo, and show a message when that button is clicked.
Thank you.
I guess what you need is post command.
You can search it from Revit API. And here is some useful links.
Recep.
I guess what you need is post command.
You can search it from Revit API. And here is some useful links.
Recep.
Thanks for your suggestion @recepagah12 I'll try and have a look at it
Thanks for your suggestion @recepagah12 I'll try and have a look at it
Ahmed Nabil just suggested a neat method to detect when a specific command is launched by checking for its name in the DocumentChanged event:
https://forums.autodesk.com/t5/revit-api-forum/group-edit-event/m-p/8169237
Ahmed Nabil just suggested a neat method to detect when a specific command is launched by checking for its name in the DocumentChanged event:
https://forums.autodesk.com/t5/revit-api-forum/group-edit-event/m-p/8169237
Can't find what you're looking for? Ask the community or share your knowledge.