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


IGPUtilities.MakeGPTableView 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.MakeGPTableView Method
ArcGIS Developer Help

IGPUtilities.MakeGPTableView Method

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
);
[C++]
Parameters
catalogPath [in]

catalogPath is a parameter of type BSTR pDataType [in]
pDataType is a parameter of type IGPDataType*

Product Availability

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

See Also

IGPUtilities Interface