com.esri.arcgis.geodatabase
Interface IGPDescribe

All Superinterfaces:
Serializable
All Known Implementing Classes:
DEArcInfoTable, DECadastralFabric, DECadDrawingDataset, DECatalogRoot, DECoverage, DECoverageFeatureClass, DEDbaseTable, DEDiskConnection, DEFeatureClass, DEFeatureDataset, DEFile, DEFolder, DEGeoDataServer, DEGeometricNetwork, DEGlobeServer, DEGPServer, DEImageServer, DELayer, DEMapDocument, DEMapServer, DEMosaicDataset, DENetworkDataset, DEPrjFile, DERasterBand, DERasterCatalog, DERasterDataset, DERelationshipClass, DERemoteDatabaseFolder, DERepresentationClass, DESchematicDataset, DESchematicDiagram, DESchematicFolder, DEShapeFile, DESpatialReferencesFolder, DETable, DETerrain, DETextFile, DETin, DETool, DEToolbox, DETopology, DEVPFCoverage, DEVPFTable, DEWCSCoverage, DEWorkspace, Field, GPArcInfoItem, GPCadastralFabricLayer, GPCompositeLayer, GPFeatureLayer, GPGroupLayer, GPMosaicLayer, GPNALayer, GPNetworkDatasetLayer, GPRasterCatalogLayer, GPRasterLayer, GPTableView, GPTerrainLayer, GPTinLayer, GPTopologyLayer, Index, NetworkConstantEvaluator, NetworkEdgeTrafficEvaluator, NetworkFieldEvaluator, NetworkFunctionEvaluator, NetworkGlobalTurnDelayEvaluator, NetworkScriptEvaluator, SDCNetworkAttribute, SDCNetworkSource, XMLIndex, XMLIndexTag, XMLIndexTags

public interface IGPDescribe
extends Serializable

Provides access to a Geoprocessing description.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Method Summary
 Object describe(String name)
          The description of the named object.
 

Method Detail

describe

Object describe(String name)
                throws IOException,
                       AutomationException
The description of the named object.

Product Availability

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

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