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


ITemporalLayer.ProcessActions Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITemporalLayer.ProcessActions Method

Apply the actions, contained in the action collection, to this temporal layer.

[Visual Basic .NET]
Public Sub ProcessActions ( _
    ByVal bvarResetActions As Boolean _
)
[C#]
public void ProcessActions (
    bool bvarResetActions
);
[C++]
HRESULT ProcessActions(
  VARIANT_BOOL bvarResetActions
);
[C++]

Parameters bvarResetActions [in] bvarResetActions is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITemporalLayer Interface