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


IDirectData.PreActionProcessor Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IDirectData.PreActionProcessor Property

The action processor that will evaluate the data messages before they are stored. This permits filtering or ignoring messages that the action indicates.

[Visual Basic .NET]
Public Property PreActionProcessor As IActionProcessor
[C#]
public IActionProcessor PreActionProcessor {get; set;}
[C++]
HRESULT get_PreActionProcessor(
  IActionProcessor** ppiProcessor
);
[C++]
HRESULT putref_PreActionProcessor(
  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.

See Also

IDirectData Interface