IRubricatorFactorIO.ValueId

Syntax

ValueId: String;

Description

The ValueId property determines observation attributes identifiers, which values must be loaded or saved.

Comments

Attributes identifiers are separated in the list with semicolon. The property is not set by default, loading by the Value attribute (attribute identifier - VL) is executed.

NOTE. If, during saving, some attribute collected during extracting data must be skipped, the attribute is not indicated in this property and is replaced with the ; delimiter. For example, if the following list of attribute for getting data is specified ValueId:="ATTR1;ATTR2;ATTR3", one should set the following value ValueId:=";;ATTR3" in this property to save data only by the third attribute.

Example

The property use is given in the example for IRubricatorFactorIO.FactDataId.

See also:

IRubricatorFactorIO