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


ITemporalFeatureClass.PostActionProcessor Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITemporalFeatureClass.PostActionProcessor Property

Evaluates data messages once they are placed in the feature class' internal storage.

[Visual Basic .NET]
Public Property PostActionProcessor As IActionProcessor
[C#]
public IActionProcessor PostActionProcessor {get; set;}
[C++]
HRESULT get_PostActionProcessor(
  IActionProcessor** ppiProcessor
);
[C++]
HRESULT putref_PostActionProcessor(
  IActionProcessor* ppiProcessor
);
[C++]

Parameters ppiProcessor [out, retval]
ppiProcessor is a parameter of type IActionProcessor ppiProcessor [in]
ppiProcessor is a parameter of type IActionProcessor

Product Availability

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

See Also

ITemporalFeatureClass Interface