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


IMessageDispatcher Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IM > IMessageDispatcher Interface
ArcGIS Developer Help

IMessageDispatcher Interface

Provides access to members for manipulating message queue and keeping track of cancellation.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Members

Name Description
Read-only property Cancelled Indicates if a cancel action has been conducted.
Read/write property CancelOnClick Indicates if a mouse click is seen as a cancel action.
Read/write property CancelOnEscPress Indicates if pressing the escape key is seen as a cancel action.
Method Dispatch Dispatchs messages associated with the window.
Method Remove Removes messages associated with the window.

Classes that implement IMessageDispatcher

Classes Description
MessageDispatcher A mechanism for manipulating message queue.

.NET Samples

Custom scene navigation commands Custom scene navigation commands Globe Fly tool