📚 SAP Business One SDK Help

GetDimension Method
See Also 
pIDimensionParams

The key of the dimension to retrieve.

Description

Retrieves a dimension.

The dimension is specified by its key (DimCode), which is contained in the DimensionParams object passed to the method.

Syntax

Visual Basic
Public Function GetDimension( _
   ByVal pIDimensionParams As DimensionParams _
) As Dimension

Parameters

pIDimensionParams

The key of the dimension to retrieve.

Return Type

The dimension with the specified key.

See Also