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


IQueryByLayer.LayerSelectionMethod Property (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.LayerSelectionMethod Property
ArcGIS Developer Help

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