com.esri.arcgis.display
Interface IDynamicScreenDisplay

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IDynamicScreenDisplayProxy, ScreenDisplay

public interface IDynamicScreenDisplay
extends java.io.Serializable

COM Interface 'IDynamicScreenDisplay'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to dynamic screen display.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd2da3ec1_da41_4629_9347_2cc09ce589fa
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isDynamicDisplayEnabled()
          Indicates if dynamic display is turned on or off.
 

Field Detail

IIDd2da3ec1_da41_4629_9347_2cc09ce589fa

static final int IIDd2da3ec1_da41_4629_9347_2cc09ce589fa
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isDynamicDisplayEnabled

boolean isDynamicDisplayEnabled()
                                throws java.io.IOException,
                                       AutomationException
Indicates if dynamic display is turned on or off.

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