Identify Layer Result
The identify layer result contains the identified geoelements of a layer. Operations that identify the geoelements in a layer, such as GeoView.identifyLayer or GeoView.identifyLayers, return the resulting geoelements in an IdentifyLayerResult.geoElements collection for each layer.
Since
200.1.0
Properties
The collection of identified geoelements. If there are no geoelement results at the layer level (for layers where geoelement results are exposed in sublayer results), an empty collection is returned. The function will always return an array containing objects that implement GeoElement. The specific type of geoelement in the collection depends on the type of objects contained in the layer and whether AggregationFeatureReduction is enabled on the layer. When AggregationFeatureReduction is enabled on the layer, geoelements in the collection will be either AggregateGeoElement or the GeoElement type contained in the layer.
True if the transfer limit was exceeded for the identify results, false otherwise.
The layer that contains the identified geoelements. The element will contain an object that implements LayerContent. This may be either an ArcGISSublayer or a Layer.
The identify layer result's collection of sub results. For layers that do not contain sublayers, this array will be empty.