DimCalcDefDelete

The DimCalcDefDelete verb removes a dimension calculation definition from the model.

The user interface equivalent is the Remove command on the Calculation tab of the Dimension property sheet.

The syntax is as follows:

DimCalcDefDelete objDimCalcDef [Dimension objDim]

Argument

Description

DimCalcDefDelete objDimCalcDef

Deletes the dimension calculation definition objDimCalcDef. objDimCalcDef can be the object name, object identifier, or both.

Dimension objDim

Is specified, if necessary, to uniquely identify objDimCalcDef. objDim can be the object name, object identifier, or both.

Example

This example deletes the dimension calculation definition that uses object identifier 27195.

DimCalcDefDelete 27195