GetPublishableDocTypes As IEFDocTypes - 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 should return document types that a tool can publish as IEFDocTypes collection object. Tools will implement this method to obtain the list of publishable document types by the tool, add them to IEFDocTypes collection object, and return the collection object.

Arguments

None.

Return Value

Publishable document types as IEFDocTypes. If the method fails, the return value is Nothing.

Comments

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