com.esri.arcgis.display
Interface IGlobalScreenDisplaySettings

All Superinterfaces:
Serializable
All Known Implementing Classes:
GlobalScreenDisplaySettings

public interface IGlobalScreenDisplaySettings
extends Serializable

Provides access to screen display settings.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean canEnableHardwareAcceleration()
          Indicates if hardware acceleration can be enabled.
 boolean isEnableContinuousUpdatesOverRemoteDesktop()
          Enables continuous display updates during navigation while in a remote desktop session.
 boolean isEnableHardwareAcceleration()
          Enables use of hardware acceleration.
 void setEnableContinuousUpdatesOverRemoteDesktop(boolean pbEnableInteract)
          Enables continuous display updates during navigation while in a remote desktop session.
 void setEnableHardwareAcceleration(boolean bEnableHA)
          Enables use of hardware acceleration.
 

Method Detail

setEnableContinuousUpdatesOverRemoteDesktop

void setEnableContinuousUpdatesOverRemoteDesktop(boolean pbEnableInteract)
                                                 throws IOException,
                                                        AutomationException
Enables continuous display updates during navigation while in a remote desktop session.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pbEnableInteract - The pbEnableInteract (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEnableContinuousUpdatesOverRemoteDesktop

boolean isEnableContinuousUpdatesOverRemoteDesktop()
                                                   throws IOException,
                                                          AutomationException
Enables continuous display updates during navigation while in a remote desktop session.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pbEnableInteract
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEnableHardwareAcceleration

void setEnableHardwareAcceleration(boolean bEnableHA)
                                   throws IOException,
                                          AutomationException
Enables use of hardware acceleration.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
bEnableHA - The bEnableHA (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEnableHardwareAcceleration

boolean isEnableHardwareAcceleration()
                                     throws IOException,
                                            AutomationException
Enables use of hardware acceleration.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The bEnableHA
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

canEnableHardwareAcceleration

boolean canEnableHardwareAcceleration()
                                      throws IOException,
                                             AutomationException
Indicates if hardware acceleration can be enabled.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The bHA
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.