IMsFormulaTransform.ObjectList

Syntax

ObjectList: IMsTransformObjectList;

Description

The ObjectList property returns the collection of objects used by calculation method.

Comments

For example, on calculating the model based on time series attributes, the equation must contain the attribute of factors, that is a link to the dictionary. For insertion of the constant value from the dictionary to the equation, add the dictionary to the objects collection. After this get the key of the added object, form inner view of the term for the dictionary and pass it to the equation. Term must have the following format: @__<object_key>.

Example

The property use is given in the example for IMsFormulaTransformVariable.AttributeId.

See also:

IMsFormulaTransform