This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLayer Interface > ITemporalLayer.ActionCollection Property (ArcObjects .NET 10.5 SDK) |
The collection of action objects for this temporal layer.
[Visual Basic .NET] Public Property ActionCollection As IActionCollection
[C#] public IActionCollection ActionCollection {get; set;}
[C++]
HRESULT get_ActionCollection(
IActionCollection** pVal
);
[C++]
HRESULT putref_ActionCollection(
IActionCollection* pVal
);
[C++]
Parameters pVal [out, retval]
pVal is a parameter of type IActionCollection pVal [in]
pVal is a parameter of type IActionCollection