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


IDescRow.GetValue Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IDescRow.GetValue Property

The value of the ith entry in the row.

[Visual Basic .NET]
Public Function get_GetValue ( _
    ByVal index As Integer _
) As Object
[C#]
public object get_GetValue (
    int index
);
[C++]
HRESULT get_GetValue(
  long index,
  Variant* pVal
);
[C++]

Parameters index [in]
index is a parameter of type long pVal [out, retval]
pVal is a parameter of type VARIANT*

Product Availability

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

See Also

IDescRow Interface