IDefParameter.HierarchyParameterAttributeKey

Syntax

HierarchyParameterAttributeKey: Integer;

Description

The HierarchyParameterAttributeKey property determines the attribute key, which values are used to select alternative hierarchy.

Comments

It is relevant if the HierarchyTypeSource property is set to AltHierarchySourceEnum.FromParam. As a property value specify key of the dictionary attribute, based on which the HierarchyParameterKey parameter is built. The attribute should return keys of the dictionaries that are alternative hierarchies for the Dictionary dictionary.

Example

The property use is given in the example for IDefParameter.HierarchyParameterKey.

See also:

IDefParameter