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


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

IGPUtilities.MakeGPTableViewFromTable Method

Returns a new geoprocessing table view object from the given table object.

[Visual Basic .NET]
Public Function MakeGPTableViewFromTable ( _
    ByVal pTable As ITable _
) As IGPTableView
[C#]
public IGPTableView MakeGPTableViewFromTable (
    ITable pTable
);
[C++]
HRESULT MakeGPTableViewFromTable(
  ITable* pTable,
  IGPTableView** ppGPTableView
);
[C++]

Parameters pTable [in]
pTable is a parameter of type ITable ppGPTableView [out, retval]
ppGPTableView is a parameter of type IGPTableView

Product Availability

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

See Also

IGPUtilities Interface