This document is archived and information here might be outdated. Recommended version. |
Defines the commands environment.
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 | 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. |