The IMsCompositeFormulaTermList interface contains properties and methods used to work with the collection of composite terms. Composite terms are used in formulas when model is calculated using linear regression model or when an error correction model is created.
| Property name | Brief description | |
| The Count property returns the number of composite terms. | ||
| The IncludedCount property returns the number of composite terms used in formula. | ||
| The Item property returns a composite term. | ||
| The UnitInfo property returns information about the measurement units of the term collection. |
| Method name | Brief description | |
| The Add method creates a composite term. | ||
| The Clear method clears the list of composite terms. | ||
| The IndexOf method returns the index of compound term in the list. | ||
| The Remove method removes a composite term. |
See also:
Ms Assembly Interfaces | IMsECMEquation.Operands | IMsLinearRegressionTransform.Explanatories