com.esri.arcgis.geoprocessing
Interface IGpValueTableObject2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GpValueTableObject, IGpValueTableObject2Proxy

public interface IGpValueTableObject2
extends java.io.Serializable

COM Interface 'IGpValueTableObject2'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the Dispatch Value Table Object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String DISPID_1_NAME
           
static java.lang.String IID
          Deprecated. Internal use only
static int IID1f3f1579_8c0c_46dd_b408_09dea1166aa7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGPValue getTrueValue(int rowIndex, int columnIndex)
          Get a value.
 

Field Detail

IID1f3f1579_8c0c_46dd_b408_09dea1166aa7

static final int IID1f3f1579_8c0c_46dd_b408_09dea1166aa7
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values

DISPID_1_NAME

static final java.lang.String DISPID_1_NAME
See Also:
Constant Field Values
Method Detail

getTrueValue

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

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