IMbElementDependentTemplate.ElementKeysCount

Fore Syntax

ElementKeysCount: Integer;

Fore.NET Syntax

ElementKeysCount: integer;

Description

The ElementKeysCount property returns the number of elements' keys of the MDM dictionary that depends on repository object.

Comments

To get array of element keys of MDM dictionary that depends on repository object, use the IMbElementDependentTemplate.ElementKey property.

Fore and Fore.NET Examples

The property use is given in the example for IMbElementDependent.Dictionary.

See also:

IMbElementDependentTemplate