IMbElementDependents.Count

Syntax

Count: Integer;

Description

The Count method returns the number of dependency records of MDM dictionary elements from repository objects.

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