Data - Param3DMapValueDoc

The Param3DMapValueDoc document is a data document that contains the properties and a set of values for a single three dimensional map parameter.

Field Data Type Required Default Description
xAxisParamDefDocId String Yes - The unique identifier (id) of the ParamDefinitionDoc document that holds the properties for the X Axis parameter associated with the data values stored in this document.
yAxisParamDefDocId String Yes - The unique identifier (id) of the ParamDefinitionDoc document that holds the properties for the Y Axis parameter associated with the data values stored in this document.
zAxisParamDefDocId String Yes - The unique identifier (id) of the ParamDefinitionDoc document that holds the properties for the Z Axis parameter associated with the data values stored in this document.
axisValuesX Double[] Yes - An array of 64-bit Double data values representing the X Axis breakpoint values.
axisValuesY Double[] Yes - An array of 64-bit Double data values representing the Y Axis breakpoint values.
axisValuesZ Double[] Yes - An array of 64-bit Double data values representing the Z Axis breakpoint values.
time Int64 No - A 64-bit Long timestamp value.
values Double[][][] Yes - An array of 64-bit Double, 64-bit Double data, 64-bit Double values.
constant Boolean No - Boolean value indicating if the current data is constant within the current configuration.
Field Data Type Required Default Description