imAliAsad / VisualStudioRevitTemplate

Visual Studio project template for Revit add-in development. (using WPF and MVVM)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual Studio Revit Add-in Template (WPF)

Join the chat at https://gitter.im/VisualStudioRevitTemplate/community License

Empowering you to use visual studio's WPF template for Revit add-in development.

  • Well organized MVVM architecture for Revit add-in development
  • WPF user control to design beautiful Revit add-in
  • Auto create ribbon tab and panel
  • Util.cs for writing helping methods

Installation

To install visual studio project template for revit add-in development, clone or download the repository and follow the below steps.

  • Double click Revit2017 folder, select all files and zip it into a single .zip file as Revit2017.zip.

  • Copy the Revit2017.zip and paste it into the visual studio project template folder. If you don't know where is the VS project template folder, here's a quick way to open it:

    • Press Win + R keys to open RUN box.
    • Paste C:\Users\%USERNAME%\Documents\Visual Studio 2017\Templates\ProjectTemplates\Visual C# and press enter.
  • Restart the Visual Studio, click on File->New->Project, and you should see Revit 2017 WPF Addin project template under Visual C#.

Contact me?

Created by Ali Asad

About

Visual Studio project template for Revit add-in development. (using WPF and MVVM)

License:MIT License


Languages

Language:C# 100.0%