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


IGPUtilities.AddInternalTable2 Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities Interface > IGPUtilities.AddInternalTable2 Method
ArcGIS Developer Help

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