I'm a n00b and I understand that the following only works with 10.6.1 enterprise server
layerView.highlight(results.features[0].attributes.OBJECTID)
however, I have 10.5.1 server and would like to know how to achieve the same thing?
Apparently I can use SceneView
But how do I convert my
map.add(featureLayer)
to a sceneview so highlihght works?