com.esri.arcgis.geodatabaseui
Interface IChangeVersionDialog

All Superinterfaces:
Serializable

public interface IChangeVersionDialog
extends Serializable

Provides access to members that control the change version dialog for a versioned geodatabase.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean doModal(IWorkspace workspace)
          Displays the dialog used to create new versions in a versioned geodatabase.
 IVersion getSelectedVersion()
          The selected version.
 

Method Detail

doModal

boolean doModal(IWorkspace workspace)
                throws IOException,
                       AutomationException
Displays the dialog used to create new versions in a versioned geodatabase.

Product Availability

Available with ArcGIS Desktop.

Parameters:
workspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
Returns:
The okPressed
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelectedVersion

IVersion getSelectedVersion()
                            throws IOException,
                                   AutomationException
The selected version.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.geodatabase.IVersion
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.