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.
Where I can find proper guidance to create Add-in for Revit using C#?
3.3k Views Asked by Programmer At
3
There are 3 best solutions below
0

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

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
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