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