Fired when the dynamic map finishes.
[Visual Basic .NET] Public Sub DynamicMapFinished ( _ ByVal Display As IDisplay, _ ByVal dynamicDisplay As IDynamicDisplay _ )
[C#] public void DynamicMapFinished ( IDisplay Display, IDynamicDisplay dynamicDisplay );
[C++]
HRESULT DynamicMapFinished(
IDisplay* Display,
IDynamicDisplay* dynamicDisplay
);
[C++]Parameters
Display [in]Display is a parameter of type IDisplay
dynamicDisplay [in]dynamicDisplay is a parameter of type IDynamicDisplay
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Fired each time the dynamic map cycle ends, if the Dynamic Map is enabled.
This event is tied to the internal heart beat of the dynamic map and will get fired on every dynamic map heart beat, even if the dynamic map is not being redrawn.
Remarks
The dynamic map heart beat interval is set by the IDynamicMap.DynamicDrawRate property.
This event is useful when a timer mechanism is needed. This event synchronizes with the dynamic map heart beat.