ITsParamProvider

Assembly: Transform;

Description

The ITsParamProvider interface is used to work with object parameters.

Inheritance Hierarchy

          ITsParamProvider

Comments

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.

Properties

  Property name Brief description
The Params property returns parameters collection.
The ParamValues property returns parameters' values collection.

See also:

Transform Assembly Interfaces