Show contents 

Express > Express Assembly Interfaces > IEaxDrillSettings > IEaxDrillSettings.DimensionAttribute

IEaxDrillSettings.DimensionAttribute

Syntax

DimensionAttribute: IDimAtribute;

Description

The DimensionAttribute property determines search attribute in index in dimension elements detailing.

Comments

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

To determine the list of attributes, which will be used for search, use IEaxDrillSettings.DimensionAttributes.

To determine index to search elements in the dimension elements detailing use IEaxDrillSettings.DimensionIndex.

Example

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

See also:

IEaxDrillSettings