Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / GraphicsDevice Property


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

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