ArcObjects Library Reference  (Carto)    

IDynamicMap.DynamicDrawRate Property

The Dynamic drawing rate in mili-seconds.

[Visual Basic 6.0]
Property DynamicDrawRate As Long
[Visual Basic .NET]
Public Property DynamicDrawRate As Integer
[C#]
public int DynamicDrawRate {get; set;}
[Java]
public int getDynamicDrawRate()
throws
    IOException,
    AutomationException
[Java]
public void setDynamicDrawRate(
Long DynamicDrawRate
)
throws
    IOException,
    AutomationException
[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.

See Also

IDynamicMap Interface

 


Feedback Send feedback on this page