|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities Interface > IGPUtilities.MakeGPTableView Method (ArcObjects .NET 10.4 SDK) | 
Returns a geoprocessing table view object corresponding to the given catalog path and of the specified geoprocessing data type.
[Visual Basic .NET] Public Function MakeGPTableView ( _ ByVal catalogPath As String, _ ByVal pDataType As IGPDataType _ ) As IGPTableView
[C#] public IGPTableView MakeGPTableView ( string catalogPath, IGPDataType pDataType );
[C++]
HRESULT MakeGPTableView(
  BSTR catalogPath,
  IGPDataType* pDataType,
  IGPTableView** ppGPTableView
);
[C++]
Parameters catalogPath [in] catalogPath is a parameter of type BSTR pDataType [in]
pDataType is a parameter of type IGPDataType ppGPTableView [out, retval]
ppGPTableView is a parameter of type IGPTableView