Create a layout - .NET

In order to get up and running with the Paragon API, we provide a sample .NET application that uses the Paragon API to create a simple Layout project. In order to follow along you will need the following:

Step 1 - Open a browser and log into Paragon Design

Step 2 - Clone the ParagonApiDotnetSamplesarrow-up-right project

Step 3 - Navigate to the LayoutConsoleApp folder and run the project

git clone https://github.com/ParagonTruss/ParagonApiDotnetSamples
cd LayoutConsoleApp
dotnet run

When you run the project for the first time you will notice the following line :

Connecting to the Paragon API...

Your default web browser should open to the Paragon Services client and you will be presented with an option to authorize:

If your account is set up properly you should get a success message:

Now when you go back to your terminal you should see the following output indicating that a project has been created successfully.

Now you can open the project in your browser. It should resemble the following:

Layout Mode
Design Mode

Congratulations! You have now created your first project using the Paragon API.

Now you can modify the code in ParagonApi/samples/LayoutConsoleApp to explore features of the API.

Last updated