GetItemGrade Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetItemGrade() method retrieves the associated item grade and color for the specified item reason code.
'Declaration
Public Shared Function GetItemGrade( _
ByVal reasCd As Integer _
) As Utility.itemGrade
public static Utility.itemGrade GetItemGrade(
int reasCd
)
Parameters
- reasCd
- Required. Holds the item reason code whose grade and color are being retrieved.
Return Value
Returns an itemGrade structure that contains the specified item reason code,
along with the associated item grade and color.