IMsDimOpenParamValues.FindByDimId

Fore Syntax

FindByDimId(Id: String): IMsDimOpenParamValue;

Fore.NET Syntax

FindByDimId(Id: string): IMsDimOpenParamValue;

Parameters

Id. The identifier of the dictionary, on which the parametric dimension is based.

Description

The FindByDimId method searches for the value of the parameter by the identifier of dimension.

Comments

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

See also:

IMsDimOpenParamValues