Returns a geoprocessing table view object corresponding to the given catalog path and of the specified geoprocessing data type.
[Visual Basic 6.0] Function MakeGPTableView(
ByVal catalogPath As String, _
ByVal pDataType As IGPDataType _
) As IGPTableView
[Visual Basic .NET] Public Function MakeGPTableView ( _ ByVal catalogPath As String, _ ByVal pDataType As IGPDataType _ ) As IGPTableView
[C#] public IGPTableView MakeGPTableView ( string catalogPath, IGPDataType pDataType );
[Java] public IGPTableView makeGPTableView ( String catalogPath, IGPDataType pDataType ) throws IOException, AutomationException
[C++] HRESULT MakeGPTableView( BSTR catalogPath, IGPDataType* pDataType, IGPTableView** ppGPTableView );
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