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


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

IDirectData.PreActions Property

Collection of actions that will be evaluated before data messages are placed in feature class storage.

[Visual Basic .NET]
Public Property PreActions As IActionCollection
[C#]
public IActionCollection PreActions {get; set;}
[C++]
HRESULT get_PreActions(
  IActionCollection** ppiActions
);
[C++]
HRESULT putref_PreActions(
  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.

See Also

IDirectData Interface