IMbElementDependents.Count

Fore Syntax

Count: Integer;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

IMbElementDependents