com.esri.arcgis.geoprocessing
Interface IGPFieldInfoProperty3

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPFieldInfoProperty

public interface IGPFieldInfoProperty3
extends Serializable

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

Product Availability

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


Method Summary
 String getRealAlias()
          FieldInfo Property Real Alias.
 void setRealAlias(String alias)
          FieldInfo Property Real Alias.
 

Method Detail

getRealAlias

String getRealAlias()
                    throws IOException,
                           AutomationException
FieldInfo Property Real Alias.

Product Availability

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

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

setRealAlias

void setRealAlias(String alias)
                  throws IOException,
                         AutomationException
FieldInfo Property Real Alias.

Product Availability

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

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