This document is archived and information here might be outdated. Recommended version. |
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*