Message 1 of 2
Buttons in Revit Ribbon Panel
Not applicable
10-04-2012
02:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have created Ribbon Panel using C#. It has three Push Buttons. When a push button is clicked, it should display data , which is stored already in database.
Means, I have to make External Command behind that Push Button. But how will that external command will be able to fetch data from database ?