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


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

IQueryByLayer.ResultType Property

The result type of the selection where it can be specified that the selection adds to a current selection etc.

[Visual Basic .NET]
Public WriteOnly Property ResultType
[C#]
public void ResultType {set;}
[C++]
HRESULT put_ResultType(
  esriSelectionResultEnum 
);
[C++]

Parameters [in]
is a parameter of type esriSelectionResultEnum

Product Availability

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

See Also

IQueryByLayer Interface