ArcObjects Library Reference  (Geoprocessing)    

IGPUtilities.MakeGPTableViewFromTable Method

Returns a new geoprocessing table view object from the given table object.

[Visual Basic 6.0]
Function MakeGPTableViewFromTable(
    ByVal pTable As ITable _
) As IGPTableView
[Visual Basic .NET]
Public Function MakeGPTableViewFromTable ( _
    ByVal pTable As ITable _
) As IGPTableView
[C#]
public IGPTableView MakeGPTableViewFromTable (
    ITable pTable
);
[Java]
public IGPTableView makeGPTableViewFromTable (
    ITable pTable
)
throws
    IOException,
    AutomationException
[C++]
HRESULT MakeGPTableViewFromTable(
  ITable* pTable,
  IGPTableView** ppGPTableView
);
[C++]

Parameters

pTable [in]

  pTable is a parameter of type ITable

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