Assembly: Transform;
Namespace: Prognoz.Platform.Interop.Transform;
The ITsParamProvider interface is used to work with object parameters.
ITsParamProvider
Two collections are used to work with parameters: parameters collection and parameters' values collection. Each element in the parameters collection has a corresponding element in the parameters' values collection. Adding or removing of element from the parameters collection automatically results in creating or removing of element from the parameters' values collection.
| Property name | Brief description | |
| The Params property returns parameters collection. | ||
| The ParamValues property returns parameters' values collection. |
See also: