IEaxObject.IndicatorSelection

Syntax

IndicatorSelection(Type: Integer): IDimSelection;

Parameters

Type. Type of data view dimension metric.

Description

The IndicatorSelection property returns dimension metric selection in view.

Comments

Depending on the type of object using to work with data view, different dimension metric types in view will be used:

To get selection of all dimension metrics in view, use IEaxObject.CombinedIndicatorSelection.

Example

The property use is given in the example for IEaxObject.CombinedIndicatorSelection.

See also:

IEaxObject