The IMsCompositeFormulaTermSet interface contains properties and methods used to work with a set of composite terms.
| Property name | Brief description | |
| The Included property determines whether the given set is to be included into calculations. | ||
| The InitValue property sets initial value of composite term. | ||
| The SingleTerm property returns leading composite term in the set. |
| 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. |
| 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: