GetDocClassDefUID As String - 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 returns corresponding SmartPlant schema class definition UID of document for a given document type. This method is used during publish and retrieve. EFServiceManager will create a document object for the adapter to populate with data objects. Before it can create document object, EFServiceManager needs to know the class definition for the document object. EFServiceManager will call this method to get the class definition UID.

Tools will implement this method to return the class definition UID of document object given a document type.

Arguments

Name

Data type

Input/output

Description

sDocTypeUID

String (maximum 128 characters)

Input

UID of Document type for which the document class definition UID is requested.

Return Value

UID of class definition of document.

Comments

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