IRdsAttributesList.Item

Fore Syntax

Item(Index: Integer): IRdsAttribute;

Fore.NET Syntax

Item[Index: Integer]: Prognoz.Platform.Interop.Rds.IRdsAttribute;

Parameters

Index - index of attribute in the collection.

Description

The Item property returns parameters of the attribute added in a collection.

Comments

Attribute index is passed by the Index parameter.

See also:

IRdsAttributesList