com.esri.arcgis.geoprocessing
Interface IGpDescribeData
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- IGpDescribeDataProxy
public interface IGpDescribeData
- extends Serializable
Provides access to the properties of a GpDescribeData object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
describe
Object describe(String method)
throws IOException,
AutomationException
- Returns information about a given data element.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
method
- The method (in)
- Returns:
- A Variant
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.