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.SelectionSet Property (ArcObjects .NET 10.5 SDK) |
The selection set as a source of the data to crawl.
[Visual Basic .NET] Public Property SelectionSet As ISelectionSet
[C#] public ISelectionSet SelectionSet {get; set;}
[C++]
HRESULT get_SelectionSet(
ISelectionSet** ppSelectionSet
);
[C++]
HRESULT putref_SelectionSet(
ISelectionSet* ppSelectionSet
);
[C++]
Parameters ppSelectionSet [out, retval]
ppSelectionSet is a parameter of type ISelectionSet ppSelectionSet [in]
ppSelectionSet is a parameter of type ISelectionSet