MeasureDelete
The
MeasureDelete
verb removes
a measure from the model.
The user interface equivalent is to click Delete on the Edit menu when a measure is selected.
The syntax is as follows:
MeasureDelete objMeasure
Argument |
Description |
---|---|
MeasureDelete objMeasure |
Deletes the category objMeasure. objMeasure can be the object name, object identifier, or both. |
Example
This example deletes the measure Profit Margin %.
MeasureDelete "Profit Margin %"