AttributeKey: Integer;
The AttributeKey property determines a key of time series attribute, according to which filtering is executed.
Attributes of the time series database to filter exported time series are set by the following methods:
Using attributes identifiers: the ICubeMetaExporterFilter property.
Using attributes keys: the AttributeKey property.
Using attributes keys and identifiers simultaneously.
If only attribute identifiers are used for setting the filter some errors may occur on export if the attribute identifier in the time series database has been changed. Binding with attributes keys use is safer.
The property use is given in the example for ICubeMetaExporterBinding.AttributeKey.
See also: