This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDynamicMap Interface > IDynamicMap.DynamicDrawRate Property (ArcObjects .NET 10.4 SDK) |
The Dynamic draw rate in milliseconds.
[Visual Basic .NET] Public Property DynamicDrawRate As Integer
[C#] public int DynamicDrawRate {get; set;}
[C++]
HRESULT get_DynamicDrawRate(
long* dynamicDrawRateMS
);
[C++]
HRESULT put_DynamicDrawRate(
long dynamicDrawRateMS
);
[C++]
Parameters dynamicDrawRateMS [out, retval] dynamicDrawRateMS is a parameter of type long dynamicDrawRateMS [in] dynamicDrawRateMS is a parameter of type long
The DynamicDrawRate property controls the heart-beat rate of the Dynamic Map. The rate value refers to the Dynamic Map cycle time in milliseconds. If this value is changed to be slower, everything in dynamic mode will respond slower.