This document is archived and information here might be outdated. Recommended version. |
Provides access to methods needed to manage the dynamic updating of events drawn in ArcMap.
Name | Description | |
---|---|---|
addLayer | Obsolete Method that is unsupported. | |
AutoRefresh | Indicates whether or not the map display will refresh automatically when no new data has been received. | |
Listener | The mechanism for real-time feeds to notify the dynamic controller. | |
ManualUpdate | Indicates whether or not map display must be updated manually when new data is received. | |
MaxUpdateRate | Indicates the minimum duration between which the map display updates, as defined in the dynamic update controller. | |
RefreshDisplay | Refreshes the map display in ArcMap. | |
RefreshRate | Indicates the maximum duration between map display refreshes, as defined in the dynamic update controller. | |
removeLayer | Obsolete Method that is unsupported. | |
Statistics | Various statistics about dynamic display processing. | |
UpdateMethod | Defines how the display refresh is determined: by number of points or CPU usage. | |
UpdateValue | Indicates the number of points or percentage of CPU usage used as the threshold for a map display refresh. |
Classes | Description |
---|---|
TADynamicDisplayRefreshController | Manages all dynamic updates to all of ArcMap's maps, both in the map view and the page layout view. |