IDataConvertProcess Interface

Provides access to members that control the Data Convert Process.

Members

Name Description
Method Init Initializes the process function with output table.
Method ProcessRowbuffer Processes the row buffer.

IDataConvertProcess.Init Method

Initializes the process function with output table.

Public Sub Init ( _
    ByVal outputTable As ITable _
)
public void Init (
    ITable outputTable
);

IDataConvertProcess.ProcessRowbuffer Method

Processes the row buffer.

Public Sub ProcessRowbuffer ( _
    ByVal RowBuffer As IRowBuffer _
)
public void ProcessRowbuffer (
    IRowBuffer RowBuffer
);

Classes that implement IDataConvertProcess

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.