The IMsBranchConditions interface is used to work with the collection of conditions of calculating a condition branch in metamodel calculation chain.
| Property name | Brief description | |
| The Count property returns the number of conditions in the collection. | ||
| The Item method returns the condition from the collection by its index. |
| Method name | Brief description | |
| The Add method adds a condition to the collection. | ||
| The Clear method removes all conditions from the collection. | ||
| The Remove method removes the condition from the collection by its index. |
See also: