The IMsUserTransformImplementation interface implements properties and methods required to calculate a model using user algorithm. This interface must be predetermined in the user 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: