com.esri.arcgis.geodatabase
Interface IGeodatabaseRelease2
- All Superinterfaces:
- IGeodatabaseRelease, Serializable
- All Known Implementing Classes:
- IGeodatabaseRelease2Proxy
public interface IGeodatabaseRelease2
- extends IGeodatabaseRelease, Serializable
Provides access to members that provide information about the release version of a geodatabase.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
|
Method Summary |
boolean |
isDatasetSupported(int type)
Indicates if the geodatabase can be upgraded with this interface. |
isDatasetSupported
boolean isDatasetSupported(int type)
throws IOException,
AutomationException
- Indicates if the geodatabase can be upgraded with this interface. If not, then another utility must be used to upgrade it.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
type - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
- Returns:
- The canSupport
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.