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


ITemporalFeatureClass.PostActions Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalFeatureClass Interface > ITemporalFeatureClass.PostActions Property
ArcGIS Developer Help

ITemporalFeatureClass.PostActions Property

Collection of actions that will be evaluated after data messages are placed in the temporal feature class' internal storage.

[Visual Basic .NET]
Public Property PostActions As IActionCollection
[C#]
public IActionCollection PostActions {get; set;}
[C++]
HRESULT get_PostActions(
  IActionCollection** ppiActions
);
[C++]
HRESULT putref_PostActions(
  IActionCollection* ppiActions
);
[C++]
Parameters
ppiActions [out, retval]

ppiActions is a parameter of type IActionCollection** ppiActions [in]
ppiActions is a parameter of type IActionCollection*

Product Availability

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

See Also

ITemporalFeatureClass Interface