SystemWeaver.Connection 1.54.3.38000

dotnet add package SystemWeaver.Connection --version 1.54.3.38000
                    
NuGet\Install-Package SystemWeaver.Connection -Version 1.54.3.38000
                    
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="SystemWeaver.Connection" Version="1.54.3.38000" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SystemWeaver.Connection" Version="1.54.3.38000" />
                    
Directory.Packages.props
<PackageReference Include="SystemWeaver.Connection" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SystemWeaver.Connection --version 1.54.3.38000
                    
#r "nuget: SystemWeaver.Connection, 1.54.3.38000"
                    
#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.
#:package SystemWeaver.Connection@1.54.3.38000
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SystemWeaver.Connection&version=1.54.3.38000
                    
Install as a Cake Addin
#tool nuget:?package=SystemWeaver.Connection&version=1.54.3.38000
                    
Install as a Cake Tool

The SystemWeaver API is a powerful tool for interacting with the SystemWeaver server, far surpassing the possibilities of reading and producing data done by a normal user through the SystemWeaver Explorer.

Prerequisites

  • Knowledge of C# and .NET
  • Visual Studio installed
  • Familiar with the SystemWeaver meta model building blocks (e.g., Items, Parts and Attributes)\
  • Familiar with the SystemWeaver Explorer Interface and common operations
  • Familiarity with your system's meta model and data
  • You have read Guidelines for API Usage
  • A test server (To set up your own, see Setting up a Test Server)
  • The SystemWeaver API files (contact your organization's SystemWeaver IT support to obtain the API files):
           * RVFUtility.dll or RVFUtility64.dll (depending on platform target)
           * SystemWeaverClientAPI.dll
           * SystemWeaverClientAPI.XML
  • In-house developed applications using .NET should use version 4.6.2 or later
Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  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
1.54.3.38000 212 6/18/2025
1.54.1.32413 228 2/11/2025
1.54.1.28454 480 10/28/2024
1.54.1.22975 424 6/14/2024
1.54.1.18823 512 2/21/2024
1.54.1.17139 314 10/26/2023
1.54.0.14269 1,759 6/7/2023
1.53.3.12302 411 2/20/2023
1.53.2.10436 639 10/25/2022
1.53.1.9138 634 6/13/2022
1.53.1.7994 800 3/2/2022
1.53.0.6784 476 10/27/2021
1.52.1.5260 566 5/28/2021
1.52.0.3942 546 3/2/2021
1.51.1.2754 732 10/30/2020
1.51.1.1798 2,153 6/26/2020
1.0.0.25994 817 3/5/2020
1.0.0.24474 798 10/4/2019
1.0.0.24473 735 10/3/2019

First version of SystemWeaver ClientAPI NuGet package.