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 fetches title block information from SmartPlant Foundation for the document whose UID is 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 is to be fetched.

oQueryParameters

XmlDocument

Input

Any parameters required by the query component within SPF. Note that the default query component within SmartPlant Foundation will ignore 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.