Assembly: Ms;
The IMsFormulaTerm interface contains properties and methods that are used to determine parameters of expression elements (terms) that are used to set up model equation.
IMsFormulaTerm
| Property name | Brief description | |
| The Key property returns term key. | ||
| The Lag property returns an object that determines the term lag value. | ||
| The Serie property returns the array of term values calculated with transformations. | ||
| The Slice property determines variable slice corresponding to the given term. | ||
| The TermInfo property determines term parameters. | ||
| The UnitInfo property returns information about term measurement units. |
| Method name | Brief description | |
| TermToInnerText | The TermToInnerText method returns the internal view of term. | |
| TermToText | The TermToText method returns the name of a term that appears in the list of terms. |
See also: