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,
IGPValue** ppValue
);
[C++]Parameters
rowIndex [in] rowIndex is a parameter of type long columnIndex [in] columnIndex is a parameter of type long ppValue [out, retval]ppValue is a parameter of type IGPValue
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.