IMsCrossDimensionAggregationOptions.FillGapsUserMethodParams

Syntax

FillGapsUserMethodParams: IMsUserMethodParams;

Description

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

Comments

The custom method is determined by the IMsCrossDimensionAggregationOptions.FillGapsUserMethod property. To use it, set the IMsCrossDimensionAggregationOptions.UseFillGaps property to True.

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

Example

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

See also:

IMsCrossDimensionAggregationOptions