maxRecordCount property
The sublayer's max record count.
Implementation
int get maxRecordCount {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ArcGISMapServiceSublayerInfo_getMaxRecordCount(
_handle, errorHandler);
});
}