com.esri.arcgis.geoprocessing
Interface IGpValueTableObject2

All Superinterfaces:
Serializable
All Known Implementing Classes:
GpValueTableObject

public interface IGpValueTableObject2
extends Serializable

Provides access to the Dispatch Value Table Object.

Description

This interface is new at ArcGIS 9.3.

Product Availability

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


Method Summary
 IGPValue getTrueValue(int rowIndex, int columnIndex)
          Get a value.
 

Method Detail

getTrueValue

IGPValue getTrueValue(int rowIndex,
                      int columnIndex)
                      throws IOException,
                             AutomationException
Get a value.

Product Availability

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

Parameters:
rowIndex - The rowIndex (in)
columnIndex - The columnIndex (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPValue
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.