This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPTableView Interface > IGPTableView.DETable Property (ArcObjects .NET 10.4 SDK) |
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