IMsVariableTestDataList.Add

Fore Syntax

Add(Slice: IMsFormulaTransformSlice; [EntryKey: Integer = -1]): IMsVariableTestData;

Fore.NET Syntax

Add(Slice: Prognoz.Platform.Interop.Ms.IMsFormulaTransformSlice; EntryKey: uinteger): Prognoz.Platform.Interop.Ms.IMsVariableTestData;

Parameters

Slice. Slice of added variable.

EntryKey. Key of added variable.

Description

The Add method adds the variable to the collection.

Comments

Use the IMsVariableTestDataList.Remove method to remove one variable from the collection.

Fore and Fore.NET Examples

The property use is given in IMsPairCorrelationTestSettings.BalancedSample.

See also:

IMsVariableTestDataList