maxRecordCount property

int maxRecordCount

The layer's max record count.

Implementation

int get maxRecordCount {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISFeatureLayerInfo_getMaxRecordCount(
      _handle,
      errorHandler,
    );
  });
}