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


IFeatureSelection.CombinationMethod Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureSelection Interface > IFeatureSelection.CombinationMethod Property
ArcGIS Developer Help

IFeatureSelection.CombinationMethod Property

Combination method for the selection.

[Visual Basic .NET]
Public Property CombinationMethod As esriSelectionResultEnum
[C#]
public esriSelectionResultEnum CombinationMethod {get; set;}
[C++]
HRESULT get_CombinationMethod(
  esriSelectionResultEnum* Method
);
[C++]
HRESULT put_CombinationMethod(
  esriSelectionResultEnum Method
);
[C++]
Parameters
Method [out, retval]

Method is a parameter of type esriSelectionResultEnum* Method [in]
Method is a parameter of type esriSelectionResultEnum

Product Availability

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

See Also

IFeatureSelection Interface