Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing in Development Environment > Description of System Assemblies > Ms > Ms Assembly Interfaces > IMsFormulaTransformSlices
The IMsFormulaTransformSlices interface contains properties and methods used to work with the collection of variable slices.
Property name | Brief description | |
![]() |
Count | The Count property returns the number of slices in the collection. |
![]() |
Item | The Item property returns the variable slice by its index. |
Method name | Brief description | |
![]() |
The Add method creates a variable slice. | |
![]() |
The FindById method searches a variable slice based on a specified identifier. | |
![]() |
The FindByKey method searches a variable slice based on a specified key. | |
![]() |
The IndexOf method returns the slice index in collection. | |
![]() |
The MoveTo method moves the slice to the specified collection. |
See also: