Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / 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
    expression.GraphicsDevice As GraphicsDeviceOption
    where expression is a variable that represents a IbmTerminal Object

    Property Value

    A GraphicsDeviceOption enumeration value. The default value 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