FillGapsUserMethodParams: IMsUserMethodParams;
The FillGapsUserMethodParams property returns parameters of custom missing data treatment method.
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.
The property use is given in the example for IMsCrossDimensionAggregationOptions.FillGapsUserMethod.
See also: