This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISelectionEnvironment Interface > ISelectionEnvironment.CombinationMethod Property (ArcObjects .NET 10.5 SDK) |
Combination method for the selection results.
[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
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.