Property (ISPAdapter6) - 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)

Description

The writeonly CompSchemaIContainer property of type IContainer can be assigned reference to a container of the Component Schema. A tool will have a local variable of type IContainer, to be set to the passed IContainer reference.

Public WriteOnly Property CompSchemaIContainer As IContainer Implements

ISPAdapter6.CompSchemaIContainer

Set(pobjComponentSchemaIContainer As IContainer)

localComponentSchemaIContainer = pobjComponentSchemaIContainer

End Set

End Property

Arguments

Name

Data type

Input/output

Description

RHS

IContainer

Input

IContainer (Component Schema container).

Return Value

None.

Comments

The tools must implement this method if they intend to call LoadCompSchemaForAdapter method on ISPCLCommonUIApplicationUI interface or ISPCLCommonUIApplicationNoUI interface.