RevitAPI2025 1.0.5
dotnet add package RevitAPI2025 --version 1.0.5
NuGet\Install-Package RevitAPI2025 -Version 1.0.5
<PackageReference Include="RevitAPI2025" Version="1.0.5" />
<PackageVersion Include="RevitAPI2025" Version="1.0.5" />
<PackageReference Include="RevitAPI2025" />
paket add RevitAPI2025 --version 1.0.5
#r "nuget: RevitAPI2025, 1.0.5"
#:package RevitAPI2025@1.0.5
#addin nuget:?package=RevitAPI2025&version=1.0.5
#tool nuget:?package=RevitAPI2025&version=1.0.5
RevitAPI2025 NuGet Package
Overview
This NuGet package provides the necessary assemblies for developing applications using the Revit API 2025. It includes streamlined access to Revit API functionalities, specifically designed for easy integration and high performance in Revit-related software projects.
Contents
The package contains the following assemblies:
- AdWindows: Essential windows components for the application's user interface.
- RevitAPI: Core functionalities to interact with Revit software.
- RevitAPIUI: User interface utilities and extensions for the Revit API.
- UIFramework: Framework components for developing robust UIs in Revit extensions.
These libraries are crucial for developers looking to build extensions or applications that integrate deeply with Autodesk Revit 2025.
Getting Started
To use this package, ensure you have Visual Studio 2019 or later and Autodesk Revit 2025 installed on your development machine. Follow these steps to get started:
- Open your solution in Visual Studio.
- Navigate to Tools > NuGet Package Manager > Manage NuGet Packages for Solution.
- Search for
RevitAPI2025
and install it in your project.
Usage
Refer to the following namespaces in your project to utilize the provided functionalities:
using AdWindows;
using RevitAPI;
using RevitAPIUI;
using UIFramework;
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Test for creating Nuget Packages