IMbElementDependenciesDatabase.Select_

Syntax

Select_(Where: IMbElementDependencyTemplate): 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