DTDucasRevitAPI 2024.0.0

dotnet add package DTDucasRevitAPI --version 2024.0.0                
NuGet\Install-Package DTDucasRevitAPI -Version 2024.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DTDucasRevitAPI" Version="2024.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DTDucasRevitAPI --version 2024.0.0                
#r "nuget: DTDucasRevitAPI, 2024.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DTDucasRevitAPI as a Cake Addin
#addin nuget:?package=DTDucasRevitAPI&version=2024.0.0

// Install DTDucasRevitAPI as a Cake Tool
#tool nuget:?package=DTDucasRevitAPI&version=2024.0.0                

DTDucasRevitAPI

A comprehensive library for Autodesk Revit API development, providing common utilities and helper classes to streamline Revit add-in development.

Installation

NuGet Package

Install-Package DTDucasRevitAPI

Supported Revit Versions

  • Revit 2021 (R21)
  • Revit 2022 (R22)
  • Revit 2023 (R23)
  • Revit 2024 (R24)
  • Revit 2025 (R25)

Dependencies

  • .NET Framework 4.8
  • .NET 8 for Revit 25

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Tran Quang Duong - DTDucas Contributor Team

Contributing

If you would like to contribute to this project, please contact us via email: baymax.contact@gmail.com

Version History

  • 1.0.0
  • Initial release
  • Basic external event handling
  • Application context management
  • Warning suppression system
Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2024.0.0 28 11/24/2024
2023.0.0 21 11/24/2024
2022.0.0 21 11/24/2024
2021.0.0 21 11/24/2024

Version 1.0.0:
- Initial release
- External event handling system
- Application context management
- Warning suppression system
- Multi-version Revit support (2021-2025)