IDefIndicator.SetAttributes

Syntax

SetAttributes(attrKeys: IArrayList);

Parameters

attrKeys. Collection of attributes keys.

Description

The SetAttributes method sets the list of attributes displayed for indicator.

Comments

The method is used, if dimension from sidehead is added to the indicator.

Example

The example of use is given in description of the IDefDimension.SetAttributes method.

See also:

IDefIndicator