This document is archived and information here might be outdated.  Recommended version.


IGpValueTableObject2.GetTrueValue Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpValueTableObject2 Interface > IGpValueTableObject2.GetTrueValue Method
ArcGIS Developer Help

IGpValueTableObject2.GetTrueValue Method

Get a value.

[Visual Basic .NET]
Public Function GetTrueValue ( _
    ByVal rowIndex As Integer, _
    ByVal columnIndex As Integer _
) As IGPValue
[C#]
public IGPValue GetTrueValue (
    int rowIndex,
    int columnIndex
);
[C++]
HRESULT GetTrueValue(
  long rowIndex,
  long columnIndex
);
[C++]
Parameters
rowIndex [in]

rowIndex is a parameter of type long columnIndex [in]
columnIndex is a parameter of type long

Product Availability

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

See Also

IGpValueTableObject2 Interface