This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpValueTableObject Interface > IGpValueTableObject.GetValue Method (ArcObjects .NET 10.5 SDK) |
Get a value.
[Visual Basic .NET] Public Function GetValue ( _ ByVal rowIndex As Integer, _ ByVal columnIndex As Integer _ ) As String
[C#] public string GetValue ( int rowIndex, int columnIndex );
[C++]
HRESULT GetValue(
long rowIndex,
long columnIndex,
BSTR* Value
);
[C++]
Parameters rowIndex [in] rowIndex is a parameter of type long columnIndex [in] columnIndex is a parameter of type long Value [out, retval] Value is a parameter of type BSTR