The IMetaAttributeNamings interface contains properties and methods used to work with a collection of attributes names.
| Property name | Brief description | |
| The Count property returns the number of names in the collection. | ||
| The Item property returns a name from the collection by index. | ||
| The NamingDelimiter property determines a delimiter of attributes names. |
| Method name | Brief description | |
| The Add method adds attribute name in the collection. | ||
| The FindById method searches a name in the collection by attribute identifier. | ||
| The FindById method searches a name in a collection by an attribute key. | ||
| The GetNames method enables the user to get names of the time series database elements by specified values. | ||
| The GetNamesRaw method enables the user to get names of the time series database elements by specified values and dimensions. | ||
| The GetRecordMnemo method returns mnemonics of the time series database element. | ||
| The GetRecordName method returns the name of the time series database element. | ||
| The Move method moves attributes names in a collection by indexes. | ||
| The Remove method removes names from the collection. |
See also: