Show contents 

Express > Express Assembly Interfaces > IEaxDrillSettings > IEaxDrillSettings.DimensionAttributes

IEaxDrillSettings.DimensionAttributes

Syntax

DimensionAttributes: String;

Description

The DimensionAttributes property determines a 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 of attributes, which are used for search.

To use the property, one should specify dimension in the IEaxDrillSettings.Dimension property.

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

Example

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

See also:

IEaxDrillSettings