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


IConditionalActionConfigure.UpdateAction Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IC > IConditionalActionConfigure Interface > IConditionalActionConfigure.UpdateAction Method
ArcGIS Developer Help

IConditionalActionConfigure.UpdateAction Method

Update the Action component with the values in the activeX component.

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

Product Availability

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

See Also

IConditionalActionConfigure Interface