ISlOutliers.Item

Syntax

Item(Index: Integer): ICensus2PeriodBegin;

Parameters

Index. Element index.

Description

The Item property returns the collection element by the specified index.

Comments

Element indexing is continuous and starts with zero. To get the number of elements in the collection, use the ISlOutliers.Count property.

Example

The property use is given in the example for ISmx12arima.AdjustmentOptions.

See also:

ISlOutliers