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