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


IGPUtilities.AddInternalTable2 Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPUtilities.AddInternalTable2 Method

Adds the given table to the utility object's list of tables.

[Visual Basic .NET]
Public Sub AddInternalTable2 ( _
    ByVal pTable As ITable, _
    ByVal pGPTableView As IGPTableView _
)
[C#]
public void AddInternalTable2 (
    ITable pTable,
    IGPTableView pGPTableView
);
[C++]
HRESULT AddInternalTable2(
  ITable* pTable,
  IGPTableView* pGPTableView
);
[C++]

Parameters pTable [in]
pTable is a parameter of type ITable pGPTableView [in]
pGPTableView is a parameter of type IGPTableView

Product Availability

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

See Also

IGPUtilities Interface