ArcObjects Library Reference (TrackingAnalyst)  

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(
  long pMinutes
);
[C++]

Parameters

pMinutes [out, retval]   pMinutes is a parameter of type long pMinutes [in]   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