The IMsUserTransformImplementation interface implements properties and methods required to calculate a model using user algorithm. This interface must be redetermined in the custom class.
| Property name | Brief description | |
| Params | The Params property returns model parameters used in calculation. |
| Method name | Brief description | |
| Execute | The Execute method calculates the model using the user algorithm. |
See also: