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