IMsDimIteratorDimensions.FindById

Fore Syntax

FindById(Id: String): MsDimIteratorDimension;

Fore.NET Syntax

FindById(Id: string): Prognoz.Platform.Interop.Ms.IMsDimIteratorDimension;

Parameters

Id. Identifier of searched dimension.

Description

The FindById method searches for a dimension with the specified identifier.

Comments

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

See also:

IMsDimIteratorDimensions