Assembly: Ms;
The IMsTransformObjects interface contains properties and methods used to work with the collection of objects used by calculation method.
IMsTransformObjectList
Objects of this collection are used to insert a constant dictionary value to calculation expression. Each collection object is a repository object.
| Property name | Brief description | |
| Count | The Count property returns the number of objects in the collection. | |
| Item | The Item property returns object from the collection by its index. |
| Method name | Brief description | |
| Add | The Add method adds selected object to the collection. | |
| AddSelection | The AddSelection method adds selection to the collection. | |
| Clear | The Clear method clears the object collection. | |
| FindById | The FindById method finds object in the collection by its identifier. | |
| FindByKey | The FindByKey method finds object in the collection by its key. | |
| Remove | The Remove method removes object from the collection by its index. | |
| RemoveByKey | The RemoveByKey method removes object from the collection by its key. |
See also: