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


IQueryByLayer.ByLayer Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IQueryByLayer.ByLayer Property

The layer features will be selected from.

[Visual Basic .NET]
Public WriteOnly Property ByLayer
[C#]
public void ByLayer {set;}
[C++]
HRESULT putref_ByLayer(
  IFeatureLayer* 
);
[C++]

Parameters [in]
is a parameter of type IFeatureLayer

Product Availability

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

See Also

IQueryByLayer Interface