This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Classes > E > EngineInkEnvironment CoClass (ArcObjects .NET 10.4 SDK) |
A singleton object representing Engine ink environment.
The EngineInkEnvironment object is a singleton object (only one instance of the EngineInkEnvironment object is supported per thread) that manages the state of ink collection and the ink sketch.
Interfaces | Description |
---|---|
IActiveViewEvents (esriCarto) | Provides access to events that occur when the state of the active view changes. |
IEngineInkEnvironment | Provides access to members that control the EngineInkEnvironment singleton. |
IGraphicsContainerEvents (esriCarto) | Provides access to events that occur when the graphics container changes. |
Interfaces | Description |
---|---|
IEngineInkEnvironmentEvents (default) | Provides access to ink-related events. |
When working with EngineInkEnvironment's default outbound interface in Visual Basic 6 declare variables as follows:
Private WithEvents pEngineInkEnvironment as EngineInkEnvironment