IAdoMdDimCalculations.FindById

Syntax

FindById(Id: String): IAdoMdDimCalculation;

Parameters

Id. Identifier of the calculated element, by which search is executed.

Description

The FindById method searches for a calculated element by identifier and returns its parameters in case of successful search.

Comments

The method returns Null if the calculated element with the specified identifier does not exist.

See also:

IAdoMdDimCalculations