ArcObjects Library Reference (ArcMapUI)  

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