This document is archived and information here might be outdated. Recommended version. |
Initializes the process function with output table.
[Visual Basic .NET] Public Sub Init ( _ ByVal outputTable As ITable _ )
[C#] public void Init ( ITable outputTable );
[C++]
HRESULT Init(
ITable* outputTable
);
[C++] Parameters outputTable [in]
outputTable is a parameter of type ITable*