Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsStringGenerator interface contains properties and methods used to work with string view generator.
IMsStringGenerator
To get the string view generator, use the following methods:
IMsFormula.CreateStringGenerator. Model calculation method generator.
IMsFormulaTransform.CreateStringGenerator. Model calculation parameters generator.
IMsModel.CreateStringGenerator. model name generator.
Property name |
Brief description | |
| The AdvancedOptions property determines the advanced settings used to generate model names. | ||
| The Coord property determines the coordinate for estimated model coefficients. | ||
| The HideModelPeriods property determines whether to hide the calculation period in the string view. | ||
| The ShowEstimatedCoeffs property determines whether identified equation coefficients should be displayed. | ||
| The ShowFullVariableNames property determines whether variables are displayed with full names. |
| Method name | Brief description | |
| Execute | The Execute method generates string view. |
See also: