Where I can find proper guidance to create Add-in for Revit using C#?

3.3k Views Asked by At

i have been assigned with a task to create an Add-In for auto desk applications. Please guide me where can i learn to create the add-in, because i am new to auto desk applications. Thanks in advance.

3

There are 3 best solutions below

1
On BEST ANSWER

Your first port of call should definitely be the official Revit Developer Centre:

http://www.autodesk.com/developrevit

Work through the DevTV and My First Revit Plugin tutorials. That will provide all you need.

The Building Coder provides a comprehensive overview of the Revit API getting started material for self-learning:

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

0
On

Revit does have PDF, but DWF is best for engineering files.

You can check the ImportExport sample, first download the SDK then check the C:\Revit 2016 SDK\Samples\ImportExport\CS folder. Ideally the DWF export will work best.

There are also some alternatives, like A360 Viewer.

0
On

Here on the following link i got the basic training on how to create your first plug-in for Revit. and its useful for both Revit users as well as Developers.

http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=16459234