Properties (ISPCLCustomPublish) - 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)

EventHandlerObj

Description

SmartPlant Client implements ISPCLCustomProcessEventHandler and passes its implementation in this property to the publishing tool’s implementation of ISPCLCustomPublish. The publishing tool’s implementation of ISPCLCustomPublish can call EventHandlerObj.ShowStepInProgressbar to add custom steps in the progress bar and logging.

Data Type

ISPCLCustomProcessEventHandler

MessageIContainer

Description

Container to store error and warning messages generated by the publishing tool’s implementation of ISPCLCustomPublish. SP Client passes the container through this property to the publishing tool’s implementation. SP Client logs any messages in the container after calling the publishing tool’s implementation of ISPCLCustomPublish.ProcessPublishData.

Data Type

IContainer

ToolParameters

Description

Collection of tool parameter objects that the publishing tool passed to SP Common UI’s Connect method and that SP Client passes to the implementation of ISPCLCustomPublish.

Data Type

ISPToolParameters