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


IMultidimensionalSampler.UpdateRow Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMultidimensionalSampler.UpdateRow Method

Updates the row buffer associated with output table using the specified sample result. This method is applicable only after the Table property has been set.

[Visual Basic .NET]
Public Sub UpdateRow ( _
    ByVal pSampleResult As IImageServerSampleResult, _
    ByVal pRowBuffer As IRowBuffer _
)
[C#]
public void UpdateRow (
    IImageServerSampleResult pSampleResult,
    IRowBuffer pRowBuffer
);
[C++]
HRESULT UpdateRow(
  IImageServerSampleResult* pSampleResult,
  IRowBuffer* pRowBuffer
);
[C++]

Parameters pSampleResult
pSampleResult is a parameter of type IImageServerSampleResult pRowBuffer
pRowBuffer is a parameter of type IRowBuffer

Product Availability

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

See Also

IMultidimensionalSampler Interface