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