| GetDimension Method | |
| See Also |
- pIDimensionParams
The key of the dimension to retrieve.
Retrieves a dimension.
The dimension is specified by its key (DimCode), which is contained in the DimensionParams object passed to the method.
| Visual Basic |
|---|
Public Function GetDimension( _
ByVal pIDimensionParams As DimensionParams _
) As Dimension |
- pIDimensionParams
The key of the dimension to retrieve.
The dimension with the specified key.