ArcObjects Library Reference (Geoprocessing)  

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,
  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

Product Availability

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

See Also

IGPUtilities Interface