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