IMsDisplayAttributeSettingsList.Item

Fore Syntax

Item(Index: Integer): IMsDisplayAttributeSettings;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.MsIMsDisplayAttributeSettings;

Parameters

Index. Element index in the collection.

Description

The Item property returns the specified collection element.

Comments

Indexing of collection elements is continuous and starts with zero.

See also:

IMsDisplayAttributeSettingsList