IMsDimOpenParamValues.FindByDimKey

Fore Syntax

FindByDimKey(Key: Integer): IMsDimOpenParamValue;

Fore.NET Syntax

FindByDimKey(Key: uinteger): IMsDimOpenParamValue;

Parameters

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

Description

The FindByDimKey method searches for the value of the parameter by the key of the dimension.

Comments

If the value of the parameter is not found, the method returns Null.

See also:

IMsDimOpenParamValues