This document is archived and information here might be outdated.  Recommended version.


ITableCrawler2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITableCrawler2 Interface
ArcGIS Developer Help

ITableCrawler2 Interface

Provides access to members that control a crawler capable of traversing tables.

Product Availability

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

Members

Name Description
Read/write property BlockField The name of the field that contains values that identify blocks of related items.
Write-only property CrawlerItemType The type of item returned by the crawler.
Read/write property GroupField The name of the field that contains values that identify groups of related items.
Read-only property HasThumbnail Indicates whether the input mosaic dataset has thumbnail.
Read/write property MaximumMergeItemsCount The maximum number of crawled rows allowed in a merged record.
Read/write property MosaicDataset The mosaic datset being crawled by the crawler.
Read/write property OrderByGroup Indicates whether the table crawler orders rows by values in the group name field.
Read/write property QueryFilter The query filter associated with the specified 'Table'. Only rows that match the specified filter's criteria are returned by the crawler.
Read/write property SelectionSet The selection set as a source of the data to crawl.
Read/write property SourceField The name of the field that references the raster dataset.
Read/write property Table The table as a source of the data to crawl.
Read/write property TimeStampField The name of the field that contains time stamp value associated with the row.

Inherited Interfaces

Interfaces Description
ITableCrawler Provides access to members that control a crawler capable of traversing tables.

Classes that implement ITableCrawler2

Classes Description
TableCrawler A crawler for tables.