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