Adding Ribbon Panels and buttons

Adding Ribbon Panels and buttons

ddservicesmp
Explorer Explorer
636 Views
3 Replies
Message 1 of 4

Adding Ribbon Panels and buttons

ddservicesmp
Explorer
Explorer

Hello Group,

I am trying to create a Revit custom Tab with buttons that will run C# macros

I am using Revit 2022 Architectural.

I am using VS2022.

I Use the Revit2022 Template by Jeremey T.

I am getting the code from the SDK-2022 examples.

The problem is I am having extreme difficulty doing this. Where do I insert the code for inserting a new ribbon tab Panel and the buttons in the application.cs code?

any help appreciated.....

Sincerely

Mark P

0 Likes
Accepted solutions (2)
637 Views
3 Replies
Replies (3)
Message 2 of 4

62BJW
Advocate
Advocate

You should start by downloading Visual Studio 2022 community version. You'll also have to study up on the Revit API and possibly the dotnet framework down the road.

 

If you're not sure of where to place the code I'm making an assumption that you don't know C# yet. It's a lot of fun but it's also time consuming. Good luck you can do this!

 

Here's the VS link Download Visual Studio Tools - Install Free for Windows, Mac, Linux (microsoft.com)

 

0 Likes
Message 3 of 4

62BJW
Advocate
Advocate
Accepted solution

I also just noticed you posted in the architectural forum. The Revit API Forum is better suited for this type of question.

0 Likes
Message 4 of 4

ddservicesmp
Explorer
Explorer
Accepted solution

Thank you for your response and sorry for my late reply

I hacked this as a way to get in

I will look into the api- forum

0 Likes