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