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


IQueryByLayer Interface (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
ArcGIS Developer Help

IQueryByLayer Interface

Provides access to the QueryByLayer interface.

Product Availability

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

Members

Name Description
Write-only property BufferDistance The type of selection method to be performed.
Write-only property BufferUnits The buffer units.
Write-only property ByLayer The layer features will be selected from.
Write-only property FromLayer Provides access to the methods and properties of QueryByLayer.
Write-only property LayerSelectionMethod The input layer that contains features to base the selection on.
Write-only property ResultType The result type of the selection where it can be specified that the selection adds to a current selection etc.
Method Select Selects the features based on the input parameters and returns a selection set.
Write-only property UseSelectedFeatures Indicates whether selected features will be used.

Classes that implement IQueryByLayer

Classes Description
QueryByLayer Query By Layer Class.