This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITableCrawler Interface > ITableCrawler.Table Property (ArcObjects .NET 10.5 SDK) |
The table as a source of the data to crawl.
[Visual Basic .NET] Public Property Table As ITable
[C#] public ITable Table {get; set;}
[C++]
HRESULT get_Table(
ITable** ppTable
);
[C++]
HRESULT putref_Table(
ITable* ppTable
);
[C++]
Parameters ppTable [out, retval]
ppTable is a parameter of type ITable ppTable [in]
ppTable is a parameter of type ITable