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