Requirements for Implementation - 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)

The publishing tool’s class that allows the user to support single document selection must implement ISPToolDocs2, which is defined in SmartPlantInterfaces.dll. SmartPlant Client.Net instantiates this implementation class and executes the class’s methods.

The implementation class must inherit SPCLToolSerialization.

Inline is a VB.NET example of the beginning of an implementation class for ISPToolDocs2:

Class SPCLSPToolDocs

Inherits SPCLToolSerialization

Implements ISPToolDocs2

A single class may implement both ISPToolDocs and ISPToolDocs2.