ITsModelParams

Assembly: Transform;

Description

The ITsModelParams interface is used to work with the parameters collection.

Inheritance Hierarchy

          ITsModelParams

Comments

To work with the collection of parameter values, use the ITsModelParamValues interface.

Properties

  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.

Methods

  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:

Transform Assembly Interfaces