This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDataConvertProcess Interface > IDataConvertProcess.Init Method (ArcObjects .NET 10.5 SDK) |
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