ArcObjects Library Reference (Carto)  

IQueryByLayer.LayerSelectionMethod Property

The input layer that contains features to base the selection on.

[Visual Basic .NET]
Public WriteOnly Property LayerSelectionMethod
[C#]
public void LayerSelectionMethod {set;}
[C++]
HRESULT put_LayerSelectionMethod(
  esriLayerSelectionMethod 
);
[C++]

Parameters

[in]

   is a parameter of type esriLayerSelectionMethod

Product Availability

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

See Also

IQueryByLayer Interface