From the course: Revit: Creating C# Plugins
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Viewing the Revit API
From the course: Revit: Creating C# Plugins
Viewing the Revit API
- [Instructor] There are a few different ways to view the Revit API. One simple way is to install the SDK, or software development kit, when installing Revit, to view the CHM file that comes with it. To install the SDK, you'll need access to the standard Revit installer. If you don't have this, you can download it from the Autodesk website. Once downloaded, we have access to the Revit install menu. Go to the Install Tools and Utilities option. Here, we can install some additional items for Revit. Let's install the Revit Software Development Kit. Make sure that's selected, and go ahead and click install. Once the Revit video finishes downloading the SDK, it will request a file path location to save the SDK to. I'm leaving mine as default, which is a Revit SDK 2019 file path on the C drive. Then click install. Perfect, then click finish. Once the SDK is finished installing, navigate to the folder path the SDK's installed to. I've left mine as default, so it's on the C drive, and then…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
The Revit API2m 18s
-
(Locked)
Viewing the Revit API3m 33s
-
(Locked)
Setting up Visual Studio4m 34s
-
(Locked)
Adding the API4m 48s
-
(Locked)
The IExternalCommand3m 10s
-
(Locked)
Creating a command4m 16s
-
(Locked)
Accessing the application2m 48s
-
(Locked)
Selecting elements4m 58s
-
(Locked)
Registering add-ins5m 38s
-
(Locked)
Compiling the code5m 17s
-
(Locked)
Debugging4m 49s
-
-
-
-
-
-