ITsModelParamValues

Assembly: Transform;

Description

The ITsModelParamValues interface is used to work with the parameters' values collection.

Inheritance Hierarchy

          ITsModelParamValues

Comments

To work with the parameters collection, use the ITsModelParams interface.

Properties

  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.

Methods

  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:

Transform Assembly Interfaces