SelectElem(Object: IMetabaseObjectDescriptor; [Focus: Boolean = False]);
Object - description of repository object, for which the corresponding element of the component elements tree needs to be selected.
Focus - parameter, that determines whether this element is to be focused in component tree. The default parameter value passed is False, in such conditions the element is not to be focused. If the True value is passed, the element is to be focused in component tree.
The SelectElem method selects the element, that corresponds to repository object, which is passed using the Object parameter.
See also: