supportsQueryExtent property
True if the layer supports queries for the extent of features meeting a specified criteria, false otherwise.
Implementation
bool get supportsQueryExtent {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ArcGISFeatureLayerInfo_getSupportsQueryExtent(
_handle, errorHandler);
});
}