def
func:readAllTagVals
readAllTagVals(filterExpr, tagName)
Return the range of all the values mapped to a given tag name used by all the records matching the given filter. This method is capped to 200 results. The results are returned as a grid with a single val
column. Also see readAllTagNames()
.
Examples:
// read grid of all unique point unit tags readAllTagVals(point, "unit")