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


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

IQueryByLayer.UseSelectedFeatures Property

Indicates whether selected features will be used.

[Visual Basic .NET]
Public WriteOnly Property UseSelectedFeatures
[C#]
public void UseSelectedFeatures {set;}
[C++]
HRESULT put_UseSelectedFeatures(
  VARIANT_BOOL 
);
[C++]
Parameters
 [in]

is a parameter of type bool

Product Availability

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

See Also

IQueryByLayer Interface