Could not create Revit ribbon button panel in AddIns

Could not create Revit ribbon button panel in AddIns

chau.nguyen92
Participant Participant
721 Views
3 Replies
Message 1 of 4

Could not create Revit ribbon button panel in AddIns

chau.nguyen92
Participant
Participant

I am trying to create Revit plugin. However, I could not create a new ribbon panel in "Add Ins" tab on Revit. I have implemented the methods needed in App class. I'm not sure what is missing here. I attach the link here to the repo. I also attach image of my current situation and my goal, and a snap shop of my App class for quick look

 

My git link:

https://gitlab.com/chau1510/MyFirstRevitPlugin

 

Thank you very much 

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

jeremytammik
Autodesk
Autodesk

Welcome to Revit API programming!

 

Simply work through the getting started material and tutorials and all will be clear:

 

https://thebuildingcoder.typepad.com/blog/about-the-author.html#2

  

That is probably more efficient than trying to figure it out for yourself.

  

Good luck and have fun!

 

Best regards,

  

Jeremy

  



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes
Message 3 of 4

chau.nguyen92
Participant
Participant

I followed the tutorial but it did not work for me

0 Likes
Message 4 of 4

chau.nguyen92
Participant
Participant
Accepted solution

Thank you very much.

 

I realized I did not edit the AddIn file properly. Must point to the right class in FullClassName. I did not edit from Command class to App class

0 Likes