Measure Name
- Last UpdatedNov 12, 2019
- 1 minute read
The MeasureDataItems property holds an array of measure objects. The name of the measure is defined by the Name property in the measure object. For example (JSON content is shown in a tree view for readability):
"MeasureDataItems:[
{
"MeasureDataItemUID": 1,
...
"Name": "MESRDBProduction",
"Description": "Intelligence Measure Object",
...