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


IQueryByLayer.Select Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IQ > IQueryByLayer Interface > IQueryByLayer.Select Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

IQueryByLayer Interface