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


ITemporalLayer.ProcessActions Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLayer Interface > ITemporalLayer.ProcessActions Method
ArcGIS Developer Help

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 bool

Product Availability

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

See Also

ITemporalLayer Interface