ArcObjects Library Reference  (Carto)    

IDynamicLayer.DynamicRecompileRate Property

Recompile Rate is the interval in milliseconds by which the dynamic layer draw method will be called, with the compiled draw phase.

[Visual Basic 6.0]
Property DynamicRecompileRate As Long
[Visual Basic .NET]
Public ReadOnly Property DynamicRecompileRate As Integer
[C#]
public int DynamicRecompileRate {get;}
[Java]
public int getDynamicRecompileRate()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_DynamicRecompileRate(
  long* dynamicRecompileRateTimeMS
);
[C++]

Parameters

dynamicRecompileRateTimeMS [out, retval]

  dynamicRecompileRateTimeMS is a parameter of type long

Product Availability

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

See Also

IDynamicLayer Interface

 


Feedback Send feedback on this page