IRdsDictionaryElementData.Attribute

Fore Syntax

Attribute(AttributeKey: Integer): Variant;

Fore.NET Syntax

Attribute[AttributeKey: uinteger]: object;

Parameters

AttributeKey. Key of the attribute, by which you need to get value.

Description

The Attribute property determines an element value by an attribute, which key is passed by the AttributeKey parameter.

Comments

By default only values of system attributes are available. To get values of system and custom attributes, set the IRdsDictionaryInstance.FetchAll property to True.

Fore and Fore.NET Examples

The property use is given in the example for IRdsDictionaryElements.CreateElementData.

See also:

IRdsDictionaryElementData