IAlgoObjectsParamsControl

Assembly: Algo;

Description

The IAlgoObjectsParamsControl interface is used to work with the collection of repository object parameter control settings.

Inheritance Hierarchy

IAlgoObjectsParamsControl

Comments

Repository object parameter control settings can be obtained using the ICalcAlgorithm.ObjectParamsControl property.

Properties

  Property name Brief description
Count The Count property returns the number of repository objects, for which one can set up parameter control.
Item The Item property returns object parameter control settings by index.

Methods

  Method name Brief description
Add The Add method adds parameter control settings to the collection for the specified repository object.
Clear The Clear method clears the collection of object parameter control settings.
FindByKey The FindByKey method searches for and returns object parameter control settings.
RemoveByKey The RemoveByKey method removes parameter control settings from the collection for an object with the specified key.

See also:

Algo Assembly Interfaces