Overview
With the release of ETABS v22.0.0 , it is now possible to create plugins for CSi products using .NET 8 . To learn more about the .NET 8 platform , please see What's new in .NET 8 . This example will guide a developer through creating a simple .NET 8 plugin for ETABS v22.0.0 using the C# programming language. For an example plugin using .NET Framework, please see NET Framework Plugin Example .
Walkthrough
Prerequisites
This walkthrough uses Microsoft Visual Studio 2022 and the .NET 8 SDK.
Procedure
- Selecting C# as the language, create a new project of type Class Library. Ensure that the selected project type targets .NET or .NET Standard, not .NET Framework.