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


IActionUpdate.Update Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IActionUpdate Interface > IActionUpdate.Update Method
ArcGIS Developer Help

IActionUpdate.Update Method

Notify a tracking action that lookup table values have changed.

[Visual Basic .NET]
Public Sub Update ( _
)
[C#]
public void Update (
);
[C++]
HRESULT Update(
void
);

Product Availability

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

See Also

IActionUpdate Interface