The IMsCompositeFormulaTermList interface contains properties and methods that are used to work with the composite terms collection. 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 | |
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 composite term. | ||
The UnitInfo property returns information about measurement units of the terms 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 composite term in the list. | ||
The Remove method removes composite term. |
See also:
Ms Assembly Interfaces | IMsECMEquation.Operands | IMsLinearRegressionTransform.Explanatories