ArcObjects Library Reference (Carto)  

IDynamicMap.DynamicDrawRate Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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.

See Also

IDynamicMap Interface