DimDelete
The
DimDelete
verb removes
a dimension from the model.
The user interface equivalent is to click Delete on the Edit menu when a dimension is selected.
The syntax is as follows:
DimDelete objDim
Argument |
Description |
---|---|
DimDelete objDim |
Deletes the dimension objDim. objDim can be the object name, object identifier, or both. |
Example
This example deletes the dimension Products.
DimDelete "Products"