supportsStatistics property

bool supportsStatistics

True if the sublayer supports statistical functions in query operations.

False if an error occurs.

Implementation

bool get supportsStatistics {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISMapServiceSublayerInfo_getSupportsStatistics(
      _handle,
      errorHandler,
    );
  });
}