IMetabaseTreeCombo.FindByDescriptor

Syntax

FindByDescriptor(ObjectDescriptor: IMetabaseObjectDescriptor): IMetabaseTreeListNode;

Parameters

ObjectDescriptor - description of the repository object, for which the corresponding element of the component tree must be found.

Description

The FindByDescriptor method searches for the component tree node that corresponds to the repository object, which description is passed using the ObjectDescriptor parameter. In case of a successful search the method returns the found node parameters, otherwise it returns Null.

See also:

IMetabaseTreeCombo