Zickans.AutoCAD.API
2027.0.0
dotnet add package Zickans.AutoCAD.API --version 2027.0.0
NuGet\Install-Package Zickans.AutoCAD.API -Version 2027.0.0
<PackageReference Include="Zickans.AutoCAD.API" Version="2027.0.0" />
<PackageVersion Include="Zickans.AutoCAD.API" Version="2027.0.0" />
<PackageReference Include="Zickans.AutoCAD.API" />
paket add Zickans.AutoCAD.API --version 2027.0.0
#r "nuget: Zickans.AutoCAD.API, 2027.0.0"
#:package Zickans.AutoCAD.API@2027.0.0
#addin nuget:?package=Zickans.AutoCAD.API&version=2027.0.0
#tool nuget:?package=Zickans.AutoCAD.API&version=2027.0.0
Zickans.AutoCAD.API 2027.0.0
AutoCAD managed API reference assemblies, for Autodesk 2027. Compile-time references only.
What is inside
- Assemblies:
accoremgd,AcCui,acdbmgd,acdbmgdbrep,AcDx,acmgd,AcMr,AcSeamless,AcTcMgd,AcWindows,AdUIMgd,AdUiPalettes,AdWindows - Target framework:
net10.0-windows - Autodesk release: R26.0
The package version is the product year. 2027.0.0 is for Autodesk 2027, and there is no
other version to choose. A project building for another year references that year's package.
Use it
<PackageReference Include="Zickans.Autodesk.Build" Version="1.0.0" />
<PackageReference Include="Zickans.AutoCAD.API" Version="2027.0.0" />
Zickans.Autodesk.Build is optional but recommended: it checks that the package year, the
build year and the target framework agree (BTK1002, BTK1013), and it defines the
A27 / ACAD2027_OR_GREATER / C3D2027_OR_GREATER symbols. Set the year once with
<BritechCadYear>2027</BritechCadYear>, or pass -p:BritechCadYear=2027.
Nothing is copied to your build output
The assemblies ship under ref/, not lib/, so NuGet cannot copy them next to your
add-in - no ExcludeAssets="runtime" and no <Private>false</Private> needed. That is
deliberate: an Autodesk add-in must bind to the assemblies of the product it is loaded into,
and must not redistribute them. At run time the installed Autodesk product supplies them.
Licence
This package carries LICENSE-ObjectARX-2024-2027.txt and NOTICE.txt. Read the licence file: it is the
agreement that governs these assemblies, and you accept it by restoring the package. You need
a current Autodesk licence for the 2027 product to use them. PROVENANCE.json records where
every assembly came from, with its SHA-256.
Not produced, endorsed or supported by Autodesk, Inc. Autodesk, AutoCAD, AutoCAD Map 3D and Civil 3D are registered trademarks or trademarks of Autodesk, Inc.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-windows7.0 is compatible. |
-
net10.0-windows7.0
- No dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Zickans.AutoCAD.API:
| Package | Downloads |
|---|---|
|
Zickans.AutoCAD.SheetSetManager
AcSmComponents.Interop, consumed through the ACSMnn extern alias for Autodesk product year 2027 (R26.0). Compile-time references only: assemblies ship under ref/ and are never copied into build output - the installed Autodesk product supplies them at run time. Requires a current Autodesk licence for the corresponding product year. |
|
|
Zickans.AutoCAD.API.MPolygon
AcMPolygonMGD reference assembly for Autodesk product year 2027 (R26.0). Compile-time references only: assemblies ship under ref/ and are never copied into build output - the installed Autodesk product supplies them at run time. Requires a current Autodesk licence for the corresponding product year. |
|
|
Zickans.AutoCAD.Interop
Autodesk.AutoCAD.Interop primary interop assemblies for Autodesk product year 2027 (R26.0). Compile-time references only: assemblies ship under ref/ and are never copied into build output - the installed Autodesk product supplies them at run time. Requires a current Autodesk licence for the corresponding product year. |
|
|
Zickans.Civil3D.API
Civil 3D managed API reference assemblies for Autodesk product year 2027 (R26.0). Compile-time references only: assemblies ship under ref/ and are never copied into build output - the installed Autodesk product supplies them at run time. Requires a current Autodesk licence for the corresponding product year. |
GitHub repositories
This package is not used by any popular GitHub repositories.