Assembly: Transform;
Namespace: Prognoz.Platform.Interop.Transform;
The ITsParamProvider interface is used to work with parameters of an object.
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 a collection of parameters. | ||
| The ParamValues property returns a collection of parameters' values. |
See also: