ISearchDimSelectionElements.Item

Fore Syntax

Item(ItemIndex: Integer): ISearchDimSelectionElement;

Fore.NET Syntax

Item[ItemIndex: Integer]: Prognoz.Platform.Interop.BISearch.ISearchDimSelectionElement;

Parameters

ItemIndex. Index of indexed dimension element.

Description

The Item property returns parameters of indexed dimension element.

Example

The example of work with the ISearchDimSelectionElements collection is given in description of the ISearchSourceDataResult.SourceMetadata property.

See also:

ISearchDimSelectionElements