GetDimension method: AnalyticModelDefn class
Syntax
GetDimension(DimName)
Description
Use the GetDimension method to return a reference to the dimension specified by DimName. This method fails if the dimension specified by DimName doesn't exist.
Parameters
| Parameter | Description |
|---|---|
|
DimName |
Specify the name of the dimension that you want a reference to. |
Returns
A DimensionDefn object.