This document is archived and information here might be outdated. Recommended version. |
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*