com.esri.arcgis.framework
Interface IApplicationRefreshBitmap

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IApplicationRefreshBitmapProxy

public interface IApplicationRefreshBitmap
extends java.io.Serializable

COM Interface 'IApplicationRefreshBitmap'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Description: 'Triggers the application to call get_Bitmap on the control specified.' 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 IIDeac93dbf_9e0f_4ad0_8106_3e32141c15ab
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void refreshBitmap(IUID iD)
          Triggers the application to call get_Bitmap on the control specified.
 

Field Detail

IIDeac93dbf_9e0f_4ad0_8106_3e32141c15ab

static final int IIDeac93dbf_9e0f_4ad0_8106_3e32141c15ab
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

refreshBitmap

void refreshBitmap(IUID iD)
                   throws java.io.IOException,
                          AutomationException
Triggers the application to call get_Bitmap on the control specified.

Parameters:
iD - A reference to a com.esri.arcgis.system.IUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.