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


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

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 VARIANT_BOOL

Product Availability

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

See Also

IQueryByLayer Interface