Identify Layer Result
class IdentifyLayerResult
Identify result containing a layer and the identified elements of that layer. You need to pass this object to identify result functions.
Since
200.1.0
Properties
Link copied to clipboard
The identify result's list of identified graphics. If there are no geo element results at the layer level (for layers where geo element results are exposed in sublayer results), an empty array is returned. The array type depends on the type of objects contained in the layer. The function will always return an array containing objects that implement GeoElement.
Link copied to clipboard
Link copied to clipboard
The layer identify result's layer content (a LayerContent). The element will contain an object that implements LayerContent. This may be either an ArcGISSublayer or a Layer.