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