IMsDimOpenParamValues.Add

Fore Syntax

Add(Dimension: IDimensionModel): IMsDimOpenParamValue;

Fore.NET Syntax

Add(Dimension: Prognoz.Platform.Interop.Dimension.IDimensionModel): Prognoz.Platform.Interop.Ms.IMsDimOpenParamValue;

Parameters

Dimension. The dictionary, on which the parametric dimension is based.

Description

The Add method adds the value of the parameter for the specified dimension.

Comments

To determine the value of the parameter, use the IMsDimOpenParamValue.Values property.

Fore and Fore.NET Examples

The method use is given in the example for IMsMetaModel.DimOpenStubParamValues.

See also:

IMsDimOpenParamValues