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


IQueryByLayer.Select Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IQueryByLayer.Select Method

Selects the features based on the input parameters and returns a selection set.

[Visual Basic .NET]
Public Function Select ( _
) As ISelectionSet
[C#]
public ISelectionSet Select (
);
[C++]
HRESULT Select(
  ISelectionSet** Selection
);
[C++]

Parameters Selection [out, retval]
Selection is a parameter of type ISelectionSet

Product Availability

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

See Also

IQueryByLayer Interface