com.esri.arcgis.geodatabase
Interface IGeodatabaseRelease2
- All Superinterfaces:
- IGeodatabaseRelease, Serializable
- All Known Subinterfaces:
- IGeodatabaseRelease3
- All Known Implementing Classes:
- IGeodatabaseRelease2Proxy, IGeodatabaseRelease3Proxy
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 whether the workspace supports the specified dataset type. |
isDatasetSupported
boolean isDatasetSupported(int type)
throws IOException,
AutomationException
- Indicates whether the workspace supports the specified dataset type.
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.