Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / ReGISBufferSize Property


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

Property Value

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