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


IDescRow.PutValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDescRow Interface > IDescRow.PutValue Property
ArcGIS Developer Help

IDescRow.PutValue Property

The value of the ith entry in the row.

[Visual Basic .NET]
Public Sub PutValue ( _
    ByVal index As Integer, _
    ByRef pVal As Object _
)
[C#]
public void PutValue (
    int index,
    ref object pVal
);
[C++]
HRESULT get_PutValue(
  long index,
  Variant* pVal
);
[C++]
Parameters
index [in]

index is a parameter of type long pVal [in]
pVal is a parameter of type VARIANT*

Product Availability

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

See Also

IDescRow Interface