Main classes for accessing Predictor results:
PredResults (main class interface for accessing Predictor results)
This is the top level interface class that provides access to objects that retrieve results available through the Predictor results form. This class has properties to access results preferences and to select series and methods. This class has a method to paste the forecast results to your model.
This class provides access to results preferences such as confidence intervals, number of periods to forecast, and Predictor results window display options.
This class provides access to the Predictor results window and enables you to set items such as selected series and method. This class enables you to control the Predictor results dialog and access all of the controls on the form.
This class provides access to per series result information. This class provides access to information such as series name, best fit method, forecast adjustments, result statistics, series historical data values and forecast data values. An enumerator property of the PredResults class (.Series) enables you to access each series by index into the input data range.