IMetabaseTreeCombo.SelectElem

Syntax

SelectElem(Object: IMetabaseObjectDescriptor; [Focus: Boolean = False]);

Parameters

Object - description of the repository object, for which the corresponding element of the component elements tree must be selected.

Focus - parameter that determines whether this element is focused in component tree. The default parameter value passed is False, the element is not focused. If the True value is passed, the element is focused in component tree.

Description

The SelectElem method selects the element that corresponds to the repository object, which is passed using the Object parameter.

See also:

IMetabaseTreeCombo