AddExplicitDimensionSet method: AnalyticModelDefn class
Syntax
AddExplicitDimensionSet(ExplicitDimSetName)
Description
Use the AddExplicitDimensionSet method to add a new explicit dimension set to the analytic model. This method fails if the specified explicit dimension set already exists.
Parameters
| Parameter | Description |
|---|---|
|
ExplicitDimSetName |
Specify the name of the explicit dimension you want to add. This must be a new explicit dimension. |
Returns
An ExplicitDimensionSet object.
Related Topics