IAdoMdDimCalculations.RemoveById

Syntax

RemoveById(Id: String): Boolean;

Parameters

Id. Identifier of removed calculated element.

Description

The RemoveById method removes a calculated element by its identifier in the collection and returns removal result.

Comments

The method returns True if removal is successful, and False if removal is impossible for some reason.

See also:

IAdoMdDimCalculations