IMsDimIteratorDimensions.FindByKey

Fore Syntax

FindByKey(Key: Integer): MsDimIteratorDimension;

Fore.NET Syntax

FindByKey(Key: uinteger): Prognoz.Platform.Interop.Ms.IMsDimIteratorDimension;

Parameters

Key. Key of the searched dimension.

Description

The FindByKey method searches for a dimension with the specified key.

Comments

If the dimension with specified key is not found, the method returns Null.

See also:

IMsDimIteratorDimensions