The maximum number of records buffered on the server for display.
[Visual Basic 6.0] Property MaxBufferCount As Long
[Visual Basic .NET] Public Property MaxBufferCount As Integer
[C#] public int MaxBufferCount {get; set;}
[Java] public int getMaxBufferCount() throws IOException, AutomationException
[Java] public void setMaxBufferCount( Long MaxBufferCount ) throws IOException, AutomationException
[C++]
HRESULT get_MaxBufferCount(
long* Count
);
[C++] HRESULT put_MaxBufferCount( long Count);
Parameters
Count [out, retval]
Count is a parameter of type long
Count [in]
Count is a parameter of type long
In order to control the amount of information MapServer needs to process for a buffer, a maximum number of records to be buffered can be set. This value is contained in the MaxBufferCount property. The default value for this property is 100. If the number of features to be buffered exceeds MaxBufferCount no features will be buffered. The MaxBufferCount can also be changed by modifying the MaxRecordCount XML tag in the MapServer's configuration file.