Share via


DEL_Dimensions::arrayIdx2Code Method

Converts an array index of a dimension to the dimension code.

Syntax

client server public static int arrayIdx2Code(int _idx)

Run On

Called

Parameters

  • _idx
    Type: int
    An integer value that indicates the dimension array index.

Return Value

Type: int
An integer value that is the dimension code.

Remarks

This method uses a SysDimension enumeration value, because the dimension may have an unexpected value.

See Also

Reference

DEL_Dimensions Table