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 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
);
[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

 


Feedback Send feedback on this page