RdsAttributesList.Create

Fore Syntax

Create(Dictionary: IRdsDictionary; Attributes: String);

Fore.NET Syntax

Create(Dictionary: Prognoz.Platform.Interop.Rds.IRdsDictionary; Attributes: string);

Parameters

Dictionary is a dictionary, which attributes will be used to form a collection.

Attributes is a list of attributes that should be included in the collection. Attribute identifiers are separated by the sign ;.

Description

The Create designer creates a new collection of attributes, by which values elements can be searched.

See also:

RdsAttributesList