ArcObjects Library Reference (TrackingAnalyst)  

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