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


IDisplayTable.SelectDisplayTable Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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,
  ISelectionSet** ppSelset
);
[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 ppSelset [out, retval]
ppSelset is a parameter of type ISelectionSet

Product Availability

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

See Also

IDisplayTable Interface