Creating your project - SmartPlant Foundation - IM Update 44 - Customization & Programming - Hexagon

SmartPlant Foundation Customization

Language
English
Product
SmartPlant Foundation
Search by Category
Customization & Programming
SmartPlant Foundation / SDx Version
10
  1. Inside Visual Studio, click File > New Project.

  2. Select Class Library and give it a name.

  3. Set up the properties on the project by right-clicking on the project in the Solution Explorer and picking Properties.

  4. Clear out Root Namespace because we will be using the SmartPlant Foundation namespaces.

If you then follow the items above for setting references, compilation directory and debug for startup then it will be ready for use. You will also have to reference the System.Windows.Forms assembly so that you can add forms and use the UI.