QueryResultMinMaxData

class cee.ug.QueryResultMinMaxData()

The result of a QueryResultMinMax.


Properties

QueryResultMinMaxData.globalMaximumValue
Type:

number optional

Optional global maximum value. Note that this value is for all the data in the model and does not take filtering, visibility or a specific part into account.

Set includeResultMinMaxForAllStates to true to enable per state global min/max data.

QueryResultMinMaxData.globalMinimumValue
Type:

number optional

Optional global minimum value. Note that this value is for all the data in the model and does not take filtering, visibility or a specific part into account.

Set includeResultMinMaxForAllStates to true to enable per state global min/max data.

QueryResultMinMaxData.maximumItem
Type:

QueryResultMinMaxDataItem

The maximum item found

QueryResultMinMaxData.minimumItem
Type:

QueryResultMinMaxDataItem

The minimum item found

QueryResultMinMaxData.perStateGlobalMinMax
Type:

[function] optional

Optional per state global min/max values. Note that these values are for all the data in the state and does not take filtering, visibility or a specific part into account.

Set includeResultMinMaxForAllStates to true to enable per state global min/max data.

QueryResultMinMaxData.resultId
Type:

number

Id of the result on which the query was performed

QueryResultMinMaxData.resultMapping
Type:

ResultMapping

The result mapping of the specified result. This will determine what kind of position the minimumItem and maximumItem are.

QueryResultMinMaxData.resultType
Type:

ResultType

Ident of the node on which the query was performed