Eriksson.Lateral.ClientAPI 2026.8.12.37

dotnet add package Eriksson.Lateral.ClientAPI --version 2026.8.12.37
                    
NuGet\Install-Package Eriksson.Lateral.ClientAPI -Version 2026.8.12.37
                    
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="Eriksson.Lateral.ClientAPI" Version="2026.8.12.37" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Eriksson.Lateral.ClientAPI" Version="2026.8.12.37" />
                    
Directory.Packages.props
<PackageReference Include="Eriksson.Lateral.ClientAPI" />
                    
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 Eriksson.Lateral.ClientAPI --version 2026.8.12.37
                    
#r "nuget: Eriksson.Lateral.ClientAPI, 2026.8.12.37"
                    
#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 Eriksson.Lateral.ClientAPI@2026.8.12.37
                    
#: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=Eriksson.Lateral.ClientAPI&version=2026.8.12.37
                    
Install as a Cake Addin
#tool nuget:?package=Eriksson.Lateral.ClientAPI&version=2026.8.12.37
                    
Install as a Cake Tool

Eriksson.Lateral.ClientAPI

Typed .NET client for driving a running Eriksson Lateral instance over its named-pipe IPC channel.

Open and save projects, push or pull project data, and read or edit the building model from your own .NET applications — Revit and Tekla add-ins, Grasshopper components, PowerShell scripts, build pipelines, or any other Windows host. The API is input/output only; run analysis in the desktop app or the CLI.

Install

dotnet add package Eriksson.Lateral.ClientAPI

You will be prompted to accept the End User License Agreement on first install.

Quick start

using Eriksson.Lateral.ClientAPI;

int? pid = ErikssonLateralFinder.GetFirstInstance();
if (pid is null)
    throw new InvalidOperationException("Eriksson Lateral is not running.");

// ApiLicenseId and ApiPassword are required and validated on every connect.
using var client = await ErikssonLateralClient.ConnectAsync(
    new ErikssonLateralClientArgs(
        ProcessId: pid.Value,
        ApiLicenseId: 12345678,          // your API subscription License ID
        ApiPassword: "YOUR_API_PASSWORD"));

var project = await client.PullProjectAsync();
Console.WriteLine($"Loaded project: {project.FilePath}");

Documentation

Full API reference, concepts guide, and worked examples (Revit add-in and PowerShell automation):

Requirements

  • Windows 10 (64-bit) or later
  • .NET 8.0 or .NET 10.0 (net8.0-windows or net10.0-windows)
  • A licensed Eriksson Lateral instance running on the same machine, under the same Windows user

License

This package is licensed, not sold. Use is governed by the Eriksson Software, Inc. EULA. See LICENSE.txt for the summary terms.

Support

Copyright © Eriksson Software, Inc. All rights reserved.

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed.  net10.0-windows7.0 is compatible. 
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
2026.8.12.37 105 8/12/2026
2026.8.11.872 92 8/11/2026
2026.8.7.1256 99 8/7/2026
2026.8.6.780 98 8/6/2026
2026.8.4.45 112 8/4/2026
2026.8.3.1086 106 8/3/2026
2026.7.22.866 105 7/22/2026
2026.7.21.1169 114 7/21/2026
2026.7.21.1031 112 7/21/2026
2026.7.21.880 106 7/21/2026
2026.7.20.969 107 7/20/2026
2026.5.22.1017 157 5/22/2026