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. Create a new Visual Basic class library project in Visual Studio.

  2. Right-click on the project name in the Solution Explorer, and click Properties.

  3. In the Application table of the project properties, blank out the Root namespace. We are going to put our custom class within one of SmartPlant Foundation namespaces, and this will interfere with that.

  4. In the Compile tab of the project properties, set the build output path to build your assembly into the same folder as the SmartPlant Foundation product assemblies.

  5. On the References tab of the project properties, click the Add button. Browse to the installation location of the SmartPlant Foundation Server, and select SPFCommon.dll and SPFServerModuleCore.dll.