ArcObjects Library Reference (TrackingAnalyst)  

ITemporalLayer.ActionCollection Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITemporalLayer Interface