MODSRankAttribute class | QSYS API Reference Guide
A non-RPG class may be stamped with this attribute to indicate a consumer RPG program to consider it as a Multiple Occurrence Data Structure with the rank indicated in this attribute.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Attribute
Constructors
Name | Description |
---|---|
MODSRankAttribute(Int32) | Initializes a MODSRankAttribute object. Describes an item as a multidimensional data structure. |
MODSRankAttribute(Int32)
Initializes a MODSRankAttribute object. Describes an item as a multidimensional data structure.
MODSRankAttribute(Int32)
Parameters
Type | Parameter name | Description |
---|---|---|
Int32 | rank | Rank of the multidimensional data structure. |
Properties
Type | Name | Description |
---|---|---|
Int32 | Rank | Gets the rank of the multidimensional data structure. |