This document is archived and information here might be outdated. Recommended version. |
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*