The IMsAttributesFormulasList interface contains properties and methods that are used to work with the collection of methods for calculating additional model attributes using formulas.
The collection is used if the model is included into modeling container of the time series database. Collection formulas are used to calculate additional attributes for factors. Each collection element is implemented by the IMsFormulaTransform interface and enables the user to set up attribute calculation parameters.
Additional attributes can be calculated only in the transformation problem. Additional attributes are series attributes that are contained in time series database but are not mandatory for precise identification of a series.
Property name | Brief description | |
The Count property returns the number of calculation methods in the collection. | ||
The Item property returns the calculation method from the collection by its index. |
Method name | Brief description | |
The Add method adds a new calculation method to the collection. | ||
The Clear method clears the methods collection. | ||
The FindByAttributeId method searches for method by the attribute it calculates. | ||
The IndexOf method returns index of the specified method. | ||
The Remove method removes calculation method from the collection by its index. |
See also: