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


IMxApplication.SelectionEnvironment Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IM > IMxApplication Interface > IMxApplication.SelectionEnvironment Property
ArcGIS Developer Help

IMxApplication.SelectionEnvironment Property

The selection environment.

[Visual Basic .NET]
Public ReadOnly Property SelectionEnvironment As ISelectionEnvironment
[C#]
public ISelectionEnvironment SelectionEnvironment {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

This property returns a reference to the ISelectionEnvironment interface.  The selection environment is made up of a number of properties including area search distance, selection method, combination method, and the color in which to draw the selection.

See Also

IMxApplication Interface | ISelectionEnvironment Interface