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


IQueryAttributes.CombinationMethod Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IQ > IQueryAttributes Interface > IQueryAttributes.CombinationMethod Property
ArcGIS Developer Help

IQueryAttributes.CombinationMethod Property

CombinationMethod on form.

[Visual Basic .NET]
Public Property CombinationMethod As esriSelectionResultEnum
[C#]
public esriSelectionResultEnum CombinationMethod {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The combination method defines how the selection performed will combine with an existing selection. It is the programmatic equivalent of the pulldown menus found in the selection dialogs in ArcMap.

See Also

IQueryAttributes Interface