Provides access to methods needed to manage the dynamic updating of events drawn in ArcMap.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
Members
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. | |
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. |
CoClasses that implement ITAUpdateControl
CoClasses and Classes | Description |
---|---|
TADynamicDisplayRefreshController | Manages all dynamic updates to all of ArcMap's maps, both in the map view and the page layout view. |