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


ISelectionEnvironment.AreaSelectionMethod Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ISelectionEnvironment.AreaSelectionMethod Property

Selection method used for areas.

[Visual Basic .NET]
Public Property AreaSelectionMethod As esriSpatialRelEnum
[C#]
public esriSpatialRelEnum AreaSelectionMethod {get; set;}
[C++]
HRESULT get_AreaSelectionMethod(
  esriSpatialRelEnum* Method
);
[C++]
HRESULT put_AreaSelectionMethod(
  esriSpatialRelEnum Method
);
[C++]

Parameters Method [out, retval]
Method is a parameter of type esriSpatialRelEnum Method [in]
Method is a parameter of type esriSpatialRelEnum

Product Availability

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

See Also

ISelectionEnvironment Interface