GetTitleBlockInfo As Long - Integration - Update 46 - Help - Hexagon

SmartPlant Integration .NET 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 retrieves title block information from SmartPlant Foundation for the document's UID, which is passed an input. The title block information contains non-product, project-specific information, such as issue record and signature information.

Arguments

Name

Data type

Input/output

Description

sDocUID

String (maximum 128 characters)

Input

UID of the document for which title block information must be retrieved.

oQueryParameters

XmlDocument

Input

Any parameters required by the query component within SmartPlant Foundation.

The default query component within SmartPlant Foundation ignores this parameter.

oTitleBlockInfo

XmlDocument

Output

XmlDocument containing the title block information for the document specified by sDocUID.

Return Value

  • 0 if method is successful.

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

Comments

None.