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


IDisplayTable.SelectDisplayTable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDisplayTable Interface > IDisplayTable.SelectDisplayTable Method
ArcGIS Developer Help

IDisplayTable.SelectDisplayTable Method

Creates a selection set from the display table based upon the search criteria.

[Visual Basic .NET]
Public Function SelectDisplayTable ( _
    ByVal pQueryFilter As IQueryFilter, _
    ByVal selType As esriSelectionType, _
    ByVal selOption As esriSelectionOption, _
    ByVal pSelWorkspace As IWorkspace _
) As ISelectionSet
[C#]
public ISelectionSet SelectDisplayTable (
    IQueryFilter pQueryFilter,
    esriSelectionType selType,
    esriSelectionOption selOption,
    IWorkspace pSelWorkspace
);
[C++]
HRESULT SelectDisplayTable(
  IQueryFilter* pQueryFilter,
  esriSelectionType selType,
  esriSelectionOption selOption,
  IWorkspace* pSelWorkspace
);
[C++]
Parameters
pQueryFilter [in]

pQueryFilter is a parameter of type IQueryFilter* selType [in]
selType is a parameter of type esriSelectionType selOption [in]
selOption is a parameter of type esriSelectionOption pSelWorkspace [in]
pSelWorkspace is a parameter of type IWorkspace*

Product Availability

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

See Also

IDisplayTable Interface