This document is archived and information here might be outdated.  Recommended version.


IDataConvertProcess.Init Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDataConvertProcess.Init Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDataConvertProcess Interface