IMsFormulaTransform.SliceToTerm

Syntax

SliceToTerm(

Slice: IMsFormulaTransformSlice;

Lag: String;

[Inversion: MsInversion = 0;]

[InversionLag: MsInversionLag = 0]): String;

Parameters

Slice. Slice, to which term refers.

Lag. Term lag.

Inversion. Type of the initial transformation of the data slice.

InversionLag. Period, during which the initial transformation is performed.

Description

The SliceToTerm method transforms and returns internal presentation of term. This view is substituted to the model equation.

NOTE. The method is outdated, use the CreateTermInfo method instead.

See also:

IMsFormulaTransform