com.esri.arcgis.geoprocessing
Interface IGPFeatureRecordSet

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPFeatureRecordSetLayer

public interface IGPFeatureRecordSet
extends Serializable

Product Availability

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


Method Summary
 String getShapeFieldName()
          The shape field name.
 void setShapeFieldName(String name)
          The shape field name.
 

Method Detail

getShapeFieldName

String getShapeFieldName()
                         throws IOException,
                                AutomationException
The shape field name.

Product Availability

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

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

setShapeFieldName

void setShapeFieldName(String name)
                       throws IOException,
                              AutomationException
The shape field name.

Product Availability

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

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