Assembly: Transform;
The ITsModelParamValues interface is used to work with the parameters' values collection.
ITsModelParamValues
To work with the parameters collection, use the ITsModelParams interface.
Property name | Brief description | |
The Item property returns the specified parameter value from the collection. | ||
The Count property returns the number of parameters' values in the collection. |
Method name | Brief description | |
The FindById method searches for parameter value in the collection by its identifier. | ||
The FindByKey method searches for parameter value in the collection by its key. |
See also: