IMsDimOpenStubParamValues.Clear

Fore Syntax

Clear;

Fore.NET Syntax

Clear();

Description

The Clear method clears the collection of parameters.

Comments

To remove the certain parameter from the collection, use the IMsDimOpenStubParamValues.Remove and IMsDimOpenStubParamValues.RemoveByStubKey methods.

Fore and Fore.NET Examples

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

See also:

IMsDimOpenStubParamValues