IMsDimOpenStubParamValues.Add

Fore Syntax

Add(StubKey: Integer): IMsDimOpenStubParamValue;

Fore.NET Syntax

Add(StubKey: uinteger): Prognoz.Platform.Interop.Ms.IMsDimOpenStubParamValue;

Parameters

StubKey. Key of the repository object containing parametric dimension.

Description

The Add method adds parameter to the collection.

Comments

To set values of the parameter, use the IMsDimOpenStubParamValue.Values property.

Fore and Fore.NET Examples

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

See also:

IMsDimOpenStubParamValues