InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / ReGISBufferSize Property


In This Topic
    ReGISBufferSize Property
    In This Topic
    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
    Thrown if the set parameter is outside the range of valid values.
    See Also