ArcObjects Library Reference (Geoprocessing)  

IGPTableView.DETable Property

The table of the table view.

[Visual Basic .NET]
Public Property DETable As IDETable
[C#]
public IDETable DETable {get; set;}
[C++]
HRESULT get_DETable(
  IDETable** ppDETable
);
[C++]
HRESULT putref_DETable(
  IDETable* ppDETable
);
[C++]

Parameters

ppDETable [out, retval]

  ppDETable is a parameter of type IDETable

ppDETable [in]

  ppDETable is a parameter of type IDETable

Product Availability

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

See Also

IGPTableView Interface