IUiMetabaseObject.Instance

Syntax

Instance: Object;

Description

The Instance property determines the data of the repository object, loaded into the component.

Comments

On reading the property it is possible to get an instance of the open object, description of which is set in the Object property.

The open instance of object can be connected to the component by setting value of this property.

On reading or writing value of this property must be cast to the interface describing an open instance of object, for which the component in use is designed to work with.

Example

The example of use is given in description of the OperationMode property.

See also:

IUiMetabaseObject