IMsDimOpenParamValues.RemoveByDimKey

Fore Syntax

RemoveByDimKey(Key: Integer): Boolean;

Fore.NET Syntax

RemoveByDimKey(Key: uinteger): boolean;

Parameters

Key. The key of the dictionary, on which the parametric dimension is based.

Description

The RemoveByDimKey method removes the value of the parameter for the specified dimension.

Comments

If the removal is successful, the method returns True, otherwise it returns False.

See also:

IMsDimOpenParamValues