Properties (IEFCustomPublish Interface) - Intergraph Smart P&ID - 11 - Help - Intergraph

Intergraph Smart P&ID Help

Language
English
Product
Intergraph Smart P&ID
Search by Category
Help
Smart P&ID Version
11
Smart Engineering Manager Version
12
SmartSketch Version
11

The following properties are declared in IEFCustomPublish Interface:

  • MessageIContainer

  • ToolParameters

MessageIContainer

Description

This is a container property to store any error or warning messages during the processing. These message are logged during the publish process. This property is part of IEFCustomPublish and is controlled by SmartPlant Client. The software implementation for the IEFCusomtPublish interface adds messages to this container when required while processing data to be published. These messages are logged to the same logging system as the rest of the publishing process.

Data Type

IContainer

ToolParameters

Description

This is a collection of tool parameters and is the same object that the design tool passes through the Connect call with CommonUI. IEFToolParameters is a collection of IEFToolParameter. IEFParameter is a data class with sName (string) and vValue (variant) properties.

Data Type

IEFToolParameters