com.esri.arcgis.arcmapui
Interface IRasterDockWin

All Superinterfaces:
Serializable
All Known Implementing Classes:
IRasterDockWinProxy, RasterToolsDockWin

public interface IRasterDockWin
extends Serializable

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void update()
          Updates child windows
 void updateResult(String measure)
          Updates child windows
 

Method Detail

update

void update()
            throws IOException,
                   AutomationException
Updates child windows

Product Availability

Available with ArcGIS Desktop.

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

updateResult

void updateResult(String measure)
                  throws IOException,
                         AutomationException
Updates child windows

Product Availability

Available with ArcGIS Desktop.

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