IMbElementDependenciesDatabase.Select_

Fore Syntax

Select_(Where: IMbElementDependencyTemplate): IMbElementDependencies;

Fore.NET Syntax

@Select(Where: Prognoz.Platform.Interop.Metabase.MbElementDependencyTemplateClass): Prognoz.Platform.Interop.Metabase.IMbElementDependencies;

Parameters

Where - a template, in accordance with which dependencies selection is performed.

Description

The Select_ method returns parameters of dependencies corresponding with a specified template.

Comments

If there are not dependencies corresponding with a specified template the method returns an empty collection.

Example

The method use is given in description of the IMetabase.ElementDependenciesDatabase property.

See also:

IMbElementDependenciesDatabase