Show contents 

Cubes > Cubes Assembly Interfaces > ICubeAttachment > ICubeAttachment.AttributeValueByKey

ICubeAttachment.AttributeValueByKey

Syntax

AttributeValueByKey(AttributeKey: Integer): Variant;

AttributeValueByKey[AttributeKey: Integer]: Object;

Parameters

AttributeKey. Attribute key in attachments dictionary.

Description

The AttributeValueByKey property returns the attribute value with the specified key from the dictionary with attachments.

Example

The example of use is given in description of the ICubeAttachmentManager.ReadAttachments method.

See also:

ICubeAttachment