Reflection
ReGISBufferSize Property


Gets or sets the size of the buffer reserved for caching ReGIS graphics.
Syntax
'Declaration
 
Property ReGISBufferSize As Integer
'Usage
 
Dim instance As ITerminal
Dim value As Integer
 
instance.ReGISBufferSize = value
 
value = instance.ReGISBufferSize
int ReGISBufferSize {get; set;}

Property Value

The default value is 5000. Each unit represents one ReGIS instruction. The range of values is 0 - 32767.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException Thrown if the set parameter is outside the range of valid values.
See Also