This document is archived and information here might be outdated.  Recommended version.


IDynamicMap.DynamicDrawRate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDynamicMap Interface > IDynamicMap.DynamicDrawRate Property
ArcGIS Developer Help

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(
  System.Int32* 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