MeasuringReportingRowInfo
Type, Introduced in version 22.9
Represents information about a measuring reporting row.
Used by the MeasuringReportingSelectionRowInfo type.
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Description | String | The translated description of the measuring reporting row. |
|
RowIndex | Int32 | The row index of the measuring reporting row. |
|
Type | Int32 | The type of the value stored in the measuring reporting row.
|
Example
{
"Description": null,
"RowIndex": 0,
"Type": 0
}