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


IDirectData.PreActions Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDirectData Interface > IDirectData.PreActions Property
ArcGIS Developer Help

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