DimAttributesList.Create

Syntax

Create(Dimension: IDimensionModel; Attributes: String);

Parameters

Dimension. The dictionary, in which desired elements are searched.

Attributes. Dimension attributes by values of which the search is performed. Attribute identifiers are separated with semicolon.

Description

The Create constructor creates a new collection of dictionary attributes by values of which elements should be searched.

Example

Example of use is given in the example for the IDimAttributesList.Probe property.

See also:

DimAttributesList