Property (ISPAdapter6) - HxGN SDx - Update 64 - Customization & Programming - Hexagon

HxGN SDx Programming Guide

ft:locale
en-US
Product
HxGN SDx
Search by Category
Customization & Programming

Description

The write-only 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.