com.esri.arcgis.geodatabase
Interface IDEDataset2

All Superinterfaces:
IDEDataset, Serializable
All Known Implementing Classes:
DEFeatureClass, DEFeatureDataset, DEGeometricNetwork, DERasterBand, DERasterCatalog, DERasterDataset, DERelationshipClass, DETable, DETopology

public interface IDEDataset2
extends IDEDataset, Serializable

Provides access to members that supply dataset data element information.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getConfigurationKeyword()
          Configuration keyword.
 void setConfigurationKeyword(String keyword)
          Configuration keyword.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IDEDataset
getDatasetType, getDSID, isCanVersion, isVersioned, setCanVersion, setDatasetType, setDSID, setVersioned
 

Method Detail

getConfigurationKeyword

String getConfigurationKeyword()
                               throws IOException,
                                      AutomationException
Configuration keyword.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setConfigurationKeyword

void setConfigurationKeyword(String keyword)
                             throws IOException,
                                    AutomationException
Configuration keyword.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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