IMbElementDependencyTemplate.DictionaryKey

Syntax

DictionaryKey: Integer;

Description

The DictionaryKey property determines a key of the MDM dictionary which processes depending on the dictionary's elements.

Comments

To get a dictionary key it is necessary to use the IMetabaseObjectDescriptor.Key property or the IMetabase.GetObjectKeyById method.

Example

The property use is given in example for the MbElementDependencyTemplateClass.CreateByObject constructor.

See also:

IMbElementDependencyTemplate