The IMsMetaAttributeValueList interface contains properties and methods used to work with the collection of attributes.
This collection is used if the model is included into modeling container of the time series database.
Additional attribute 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 | |
Count | The Count property returns the number of attributes in the collection. | |
Item | The Item property returns the specified attribute from the collection. | |
ScenarioKey | The ScenarioKey property determines the scenario key, by which validation should be calculated. |
Method name | Brief description | |
Add | The Add method adds a new attribute to the collection. | |
Clear | The Clear method clears the attribute collection. | |
FindById | The FindById method searches for an attribute in the collection based on the specified identifier. | |
FindByKey | The FindByKey method searches for an attribute in the collection based on the specified key. | |
Remove | The Remove method removes a specified attribute in the collection. | |
RemoveByKey | The RemoveByKey method removes an attribute from the collection based on the specified key. |
See also: