PublishConfirm - 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

This method will be called after a document is published successfully. A tool will implement this method to store the publish date in its database. This is a way to keep track of when a document is published last. The argument for this method is the document IObject interface that identifies the document for which this method is being called.

Arguments

Name

Data type

Input/output

Description

ODocumentIObj

IObject

Input

IObject interface on the document object.

Comments

If the method fails, the tool will raise an error and set Err.Number and Err.Description appropriately.