I am Looking for a very basic book for Revit 2019 or 2018 API

I am Looking for a very basic book for Revit 2019 or 2018 API

mehsan
Advocate Advocate
2,036 Views
5 Replies
Message 1 of 6

I am Looking for a very basic book for Revit 2019 or 2018 API

mehsan
Advocate
Advocate

I know CAD API but now I am Looking for a very basic book for Revit 2019 or 2018 API, (Programming) Please Help.

Thanks

0 Likes
2,037 Views
5 Replies
Replies (5)
Message 2 of 6

naveen.kumar.t
Autodesk Support
Autodesk Support

Hi @mehsan ,

To get started with the Revit API, I suggest that you, first of all, take a look at the step-by-step instructions provided by My First Revit Plugin.

https://knowledge.autodesk.com/support/revit-products/learn-explore/caas/simplecontent/content/my-fi... 

 

To know a lot about API's you can visit the below link

https://www.revitapidocs.com/2019/ 

 

You can also visit Jeremy's blog

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

 

 


Naveen Kumar T
Developer Technical Services
Autodesk Developer Network

0 Likes
Message 3 of 6

Yien_Chao
Advisor
Advisor

i believe there is none.

but you can check good tutorials on youtube by Danny Bentley or other paid tutorial by Jeremy Graham.

0 Likes
Message 4 of 6

jeremytammik
Autodesk
Autodesk

Some very good advice on getting started programming is provided in this month's issue of AUGI:

 

  



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

0 Likes
Message 5 of 6

jeremytammik
Autodesk
Autodesk

If you wish to start with programming from zero, you may want to quickly first learn some fundamentals first:

 

Basic programming in general – take a Python tutorial -- https://duckduckgo.com/?q=python+tutorial
Basic C# and .NET in general – take a C# .NET tutorial -- https://duckduckgo.com/?q=C%23+.NET+tutorial
Basic Revit API interaction – take a Revit macro tutorial -- https://duckduckgo.com/?q=Revit+macro+tutorial

 

All three of those steps can be very quickly and simply achieved and will immensely improve your understanding and simplify things for you if and when you decide to start creating your own full-blown Revit add-in.

 



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

0 Likes
Message 6 of 6

jeremytammik
Autodesk
Autodesk

For future reference, I summarised all these suggestions and more in The Building Coder:

 

https://thebuildingcoder.typepad.com/blog/2019/10/starter-kit-books-and-music.html#3

 

Good luck and have fun getting started!

 



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

0 Likes