com.esri.arcgis.arcmapui
Interface IHistoryViewerWindow
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- HistoryViewerWindow
public interface IHistoryViewerWindow
- extends Serializable
Provides access to members of HistoryViewerWindow.
Product Availability
Available with ArcGIS Desktop.
|
Method Summary |
void |
show(int parentWindow)
Show the HistoryViewerWindow. |
show
void show(int parentWindow)
throws IOException,
AutomationException
- Show the HistoryViewerWindow.
Product Availability
Available with ArcGIS Desktop.
- Parameters:
parentWindow - The parentWindow (A COM typedef) (in)
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.