GetTitleBlockInfo As Long - 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)

This method is added to fetch Title Block information from SmartPlant Foundation for a given document. The Title Block information contains non-product, project-specific information, such as Issue Record and signature information. The Title Block information is retrieved as a DOMDocument object.

Arguments

Name

Data type

Input/output

Description

sDocUID

String (maximum 128 characters)

Input

UID of the document for which Title Block information needs to be fetched.

oQueryParameters

Object

Input

Any parameters required by the query component within SPF. Note that the default query component within SmartPlant Foundation will ignore this parameter.

oTitleBlockInfo

Object

Output

XML DOCDocument containing the Title Block information for a given Doc UID.

Return Value

0 if method is successful.

A negative number if method fails. (Check the LastErrorMessage property for error message.)

Comments

None