com.esri.arcgis.framework
Interface IApplicationRefreshBitmap
- All Superinterfaces:
- Serializable
public interface IApplicationRefreshBitmap
- extends Serializable
Triggers the application to call get_Bitmap on the control specified.
Product Availability
Available with ArcGIS Desktop.
Method Summary |
void |
refreshBitmap(IUID iD)
Triggers the application to call get_Bitmap on the control specified. |
refreshBitmap
void refreshBitmap(IUID iD)
throws IOException,
AutomationException
- Triggers the application to call get_Bitmap on the control specified.
Product Availability
Available with ArcGIS Desktop.
- Parameters:
iD
- A reference to a com.esri.arcgis.system.IUID (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.