MessageIContainer - Integration - Update 44 - Help - Hexagon

SmartPlant Integration COM 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)

Description

A message container object that tools will use to store error and warning messages generated in the PublishDocument and RetrieveDocument methods. The EFCommonUI will report these messages to the end user. EFServiceManager sets this property before calling any method. Tools will implement a Set method to keep a reference of the message container so that they can use it when needed in subsequent calls. This object supports the IMsgContainer interface of the Schema Component. This interface should be used to write messages to the message container. (See the related documentation for the definition of IMsgContainer interface).

After the PublishDocument and RetrieveDocument methods are called, EFServiceManager will check for tool error and warning messages in the MessageIContainer.

Data Type

IContainer

Comments

EFServicesManager sets it.