Build the example source code delivered with SmartPlant Client - Integration - Update 46 - Help - Hexagon

SmartPlant Integration .NET Help

Language
English
Product
Integration
Search by Category
Help
SmartPlant Foundation / SDx Version
10
Smart P&ID Version
9 (2019)
Smart Engineering Manager Version
10 (2019)

Before you can use the sample or the custom source code, you must build a solution for that code using Visual Studio.

The sample source code is in the SPCLTestToolCustomProcessSample folder. The custom sample source code is in the SPCLTestToolPublishDialogCustom folder. Both of these folders are located in the <SmartPlant Client.Net installation directory>\SP Test Tool\Source\SPCLTestToolWPF folder.

SHARED Tip The SmartPlant Client.NET installation directory is specified by the HKEY_LOCAL_MACHINE\SOFTWARE\Intergraph\Intergraph SmartPlant Client.NET\InstallDirectory registry value.

The example source code of interfaces and constants from SmartPlant Client assemblies may change or disappear from one version to the next. Therefore, use only the interfaces and constants described in the documents for SmartPlant Common UI, SmartPlant Adapter, and Schema Component.

To build the sample code DLL (SPCLTestToolCustomProcessSample):

  1. Open the SPCLTestToolCustomProcessSample.sln file using Visual Studio.

  2. In the Solution Explorer under SPCLTestToolCustomProcedssSample, right-click My Project and click Open.

  3. Click Signing on the SPCLTestToolCustomProcessSample dialog box, and clear the Sign the assembly check box.

  4. In the Solution Explorer, right-click SPCLTestToolCustomProcessSample and select Build.

To build the custom sample code DLL (SPCLTestToolPublishDialogCustom):

  1. Open the SPCLTestToolPublishDialogCustom.sln file using Visual Studio.

  2. In the Solution Explorer under SPCLTestToolPublishDialogCustom, right-click My Project and click Open.

  3. Click Signing on the SPCLTestToolPublishDialogCustom dialog box, and clear the Sign the assembly check box.

  4. In the Solution Explorer, right-click SPCLTestToolPublishDialogCustom and select Build.

See Also

SmartPlant Test Tool.Net source code
SmartPlant Test Tool.Net example source code location