ArcObjects Library Reference (Controls)  

CommandsEnvironment CoClass

Defines the commands environment.

Product Availability

Available with ArcGIS Engine.

Description

The CommandsEnvironment object is a singleton object (only one instance of the CommandsEnvironment object is supported per thread) for managing the graphic properties and layer effect properties used by the controls commands, and can be used by any custom commands you develop.

Interfaces

Interfaces Description
IGraphicProperties Provides access to members that control the CommandsEnvironment singleton.
ILayerEffectProperties Provides access to layer effect settings that are used by the control commands.
CommandsEnvironment is the one and only instance of its class.