DimUpdate
The
DimUpdate
verb updates
an existing dimension.
The user interface equivalent is to modify the Dimension property sheet.
For more information about updating dimensions, see DimMake.
The syntax is as follows:
DimUpdate objDim [dimopts] [Associationsassocopts]
Argument |
Description |
---|---|
DimUpdate objDim |
Specifies the dimension to update. objDim can be the object name, object identifier, or both. |
dimopts |
Optional parameters that describe the dimension in greater detail. For the complete list of options, see dimopts. Previously set options are retained unless you change them with this command. |
Associations assocopts |
Optional parameters that specify associations for the dimension. For the complete list of options, see assocopts. |
Example
This example changes the earliest and latest dates allowed in the Years dimension.
DimUpdate "Years" EarliestDate 19900101 LatestDate 20100101