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 provides some customizations to the appearance and behavior of the Publish window must implement ISPCLPublishDialogCustom, which is defined in SPCLPublishCustomInterface.dll.

The implementation class must inherit SPCLPublishCustomInterfaceSerialization.

Following code is a VB.NET example of the beginning of an implementation class for ISPCLPublishDialogCustom:

Class SPCLTestToolPublishDialogCustom

Inherits SPCLPublishCustomInterfaceSerialization

Implements ISPCLPublishDialogCustom