This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMultidimensionalSampler Interface > IMultidimensionalSampler.UpdateRow Method (ArcObjects .NET 10.4 SDK) |
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