Create(Dimension: IDimensionModel; Attributes: String);
Create(Dimension: Prognoz.Platform.Interop.Dimensions.IDimensionModel; Attributes: String);
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.
The Create constructor creates a new collection of dictionary attributes by values of which elements should be searched.
Example of use is given in the example for the IDimAttributesList.Probe property.
See also: