InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / GraphicsDevice Property


In This Topic
    GraphicsDevice Property
    In This Topic
    Gets or sets the type of graphics device the terminal emulates for 3179G terminal sessions.
    Syntax
    'Declaration
     
    
    Property GraphicsDevice As GraphicsDeviceOption
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As GraphicsDeviceOption
     
    instance.GraphicsDevice = value
     
    value = instance.GraphicsDevice
    GraphicsDeviceOption GraphicsDevice {get; set;}

    Property Value

    The default is IBM3179G.
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator.
    Remarks
    You cannot change this property when you are connected to a host. This property is only relevant for 3270 terminal sessions.
    See Also