IEaxDrillSettings.DimensionAttributes

Fore Syntax

DimensionAttributes: String;

Fore.NET Syntax

DimensionAttributes: string;

Description

The DimensionAttributes property determines list of attributes which will be used for search.

Comments

Attribute identifiers are separated with the semicolon ( ; ). This property is used to change the list attribute on which the search is based.

To use this property, it is required to determine dimension in the IEaxDrillSettings.Dimension property.

To determine single search attribute in index in the dimension elements detailing use IEaxDrillSettings.DimensionAttribute.

Fore and Fore.NET Examples

The property use is given in the example for IEaxDrillSettings.Mode.

See also:

IEaxDrillSettings