We currently have a function that queries the FeatureLayer for specific features.
As part of optimisation it was identified that querying FeatureLayerView should be the way to go.
We want to implement something similar for MapImageLayers, however sublayers don't seem to have equivalent of FeatureLayerView.
Any advice on how to approach this?