Feature Query Result
The result of a query, select, or populate features operation made on a feature table or layer. Operations that query, select and populate features, such as FeatureTable.queryFeatures, FeatureLayer.selectFeatures, AnnotationLayer.getSelectedFeatures, or ServiceFeatureTable.populateFromService, return their resulting features in a collection of FeatureQueryResult objects.
Each FeatureQueryResult provides a GeometryType, SpatialReference, and a collection of Field objects for each resulting feature.
Since
200.1.0