IEmSeriesList

Assembly: Modeller;

Namespace: Prognoz.Platform.Interop.Modeller;

Description

The IEmSeriesList interface is used to work with express modeling method series collection

Inheritance hierarchy

          IEmSeriesList

Comments

To work with a separate series of the collection, use the IEmSerie interface.

Properties

  Property name Brief description
Count The Count property returns the number of series in the collection
Item The Item property returns series from the collection based on the specified index
ItemByName The ItemByName property returns series from collection based on its identifier
ItemIndexByName The ItemIndexByName property returns series index based on its identifier.

Methods

  Method name Brief description
Add The Add method adds a series to the collection
Clear The Clear method removes all series from the collection
Remove The Remove property removes a series from the collection based on its index

See also:

Modeller Assembly Interfaces