DimArrayTypeAttribute class | QSYS API Reference Guide
A non-RPG class may stamp an array member with this attribute to be considered as a fixed-sized array by a consumer RPG program.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Attribute
Constructors
Name | Description |
---|---|
DimArrayTypeAttribute(Int32[]) | Initializes a DimArrayTypeAttribute object. The attribute describes the item as a fixed-size array. |
DimArrayTypeAttribute(Int32[])
Initializes a DimArrayTypeAttribute object. The attribute describes the item as a fixed-size array.
DimArrayTypeAttribute(Int32[])
Parameters
Type | Parameter name | Description |
---|---|---|
Int32[] | dims | The dimensions of the array. |
Properties
Type | Name | Description |
---|---|---|
Int32[] | Dimensions | Gets the dimensions of the array. |