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