InfoConnect for Airlines
DrawingOptimization Property


Returns or specifies whether InfoConnect uses drawing optimization features to control the timing of changes to the screen display. Use the default value (true) for the best performance with most host applications.
Syntax
'Declaration
 
Property DrawingOptimization As Boolean
'Usage
 
Dim instance As IScreen
Dim value As Boolean
 
instance.DrawingOptimization = value
 
value = instance.DrawingOptimization
bool DrawingOptimization {get; set;}
See Also