MbElementDependentTemplateClass.Create

Fore Syntax

Create(ObjectKey: Integer; DictionaryKey: Integer; ElementKey: Integer);

Fore.NET Syntax

Create(ObjectKey: uinteger; DictionaryKey: uinteger; ElementKey: integer);

Parameters

ObjectKey. Repository object key.

DictionaryKey. MDM dictionary key.

ElementKey. MDM dictionary element key.

Description

The Create constructor creates a new dependencies template in accordance with specified object parameters, MDM dictionary and dictionary element.

Comments

To create a new dependencies template in accordance with the specified MDM dictionary parameters and dictionary element, use the MbElementDependentTemplateClass.CreateByElement constructor.

Fore and Fore.NET Examples

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

See also:

MbElementDependentTemplateClass