IMbElementDependents.Add

Syntax

Add(Value: IMbElementDependentTemplate): Integer;

Parameters

Value. Template of dependencies of MDM dictionary elements from repository objects.

Description

The Add method adds a dependency record of MDM dictionary elements from repository objects to collection.

Comments

To get value of dependency record of MDM dictionary elements from repository objects by its index, use the IMbElementDependents.Item property.

Example

The constructor use is given in the example for MbElementDependentTemplateClass.CreateByDictionary.

See also:

IMbElementDependents