The IMsCompositeFormulaTermSet interface contains properties and methods that are used to work with a set of composite terms.
Property name | Brief description | |
The Included property determines whether this set is included into calculation. | ||
The InitValue property determines initial value of a 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 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 a composite term in the list. | ||
The Remove method removes composite term. |
See also: