com.esri.arcgis.geoprocessing
Interface IGPFieldInfo3

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPFieldInfo

public interface IGPFieldInfo3
extends Serializable

Provides access to the properties/methods of a geoprocessing field info object.

Product Availability

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


Method Summary
 String getAliasName(int index)
          Returns the real alias of the specified field in the field info object.
 void setAliasName(int index, String alias)
          Sets the real alias of the specified field in the field info object.
 

Method Detail

getAliasName

String getAliasName(int index)
                    throws IOException,
                           AutomationException
Returns the real alias of the specified field in the field info object.

Product Availability

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

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

setAliasName

void setAliasName(int index,
                  String alias)
                  throws IOException,
                         AutomationException
Sets the real alias of the specified field in the field info object.

Product Availability

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

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