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


IActionLookupSupport.RefreshRate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IActionLookupSupport Interface > IActionLookupSupport.RefreshRate Property
ArcGIS Developer Help

IActionLookupSupport.RefreshRate Property

RefreshRate for lookup tables.

[Visual Basic .NET]
Public Property RefreshRate As Integer
[C#]
public int RefreshRate {get; set;}
[C++]
HRESULT get_RefreshRate(
  long pMinutes
);
[C++]
HRESULT put_RefreshRate(
  System.Int32* pMinutes
);
[C++]
Parameters
pMinutes [in]

pMinutes is a parameter of type long pMinutes [out, retval]
pMinutes is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IActionLookupSupport Interface