The IMsCompositeFormulaTermSetList interface contains properties and methods that are used to work with the composite term sets collection.
| Property name | Brief description | |
| The Count property returns the number of sets in the collection. | ||
| The IncludedCount property returns the number of sets used for model calculation. | ||
| The Item property returns the set from the collection by its index. |
| Method name | Brief description | |
| The Add method adds a set to the collection. | ||
| The Clear method clears the collection of composite term sets. | ||
| The IndexOf method returns index of the specified set. | ||
| The Remove method removes a set from the collection by its index. |
See also: