CompSchemaIContainer Property (Set Method) - 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

The Set method of CompSchemaIContainer property has an input argument of type IContainer pointing to a container of the Component Schema. A tool will have a local pointer of type IContainer, to be set to the passed IContainer pointer of the Component Schema.

Private Property Set IEFAdapter9_CompSchemaIContainer(ByVal RHS As SchemaCompInterfaces.IContainer)

Set m_CompSchemaCont = RHS ‘m_CompSchemaCont is local IContainer variable.

End Property

Arguments

Name

Data type

Input/output

Description

RHS

IContainer

Input

IContainer pointer to the Component Schema container.

Return Value

None.

Comments

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