DocumentExistsInTool As Boolean - 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 checks whether the specified document exists in the tool database or not. This method is used during a re-publish of a document. It is possible that the document is deleted in the tool since the last publish. When a user selects a document in the EFCommonUI for re-publish, EFServiceManager will make a simple check for document existence by calling this method.

Arguments

Name

Data type

Input/output

Description

oDocumentIObj

IObject

Input

IObject interface on the document object.

Return Value

True – If the document exists in the tool

False – If the document does not exist in the tool

Comments

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