IMsCrossDimensionAggregationOptions.FillGapsUserMethodParams

Syntax

FillGapsUserMethodParams: IMsUserMethodParams;

Description

The FillGapsUserMethodParams property returns parameters of custom missing data treatment method.

Comments

Custom method is determined by the IMsCrossDimensionAggregationOptions.FillGapsUserMethod property. To use it, the IMsCrossDimensionAggregationOptions.UseFillGaps property must be set to True.

The series, introduced by the ITimeSeries interface is passed by first parameter of custom method. The other parameters are optional, they are set by user.

Example

The property use is given in the example for IMsCrossDimensionAggregationOptions.FillGapsUserMethod.

See also:

IMsCrossDimensionAggregationOptions