InfoConnect for Airlines
GraphicsDevice Property


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
Attachmate.Reflection.SecuredSettingException 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