ArcObjects Library Reference  (TrackingAnalyst)    

ITemporalLayer.ActionCollection Property

Property ActionCollection.

[Visual Basic 6.0]
Property ActionCollection As IActionCollection
[Visual Basic .NET]
Public Property ActionCollection As ActionCollection
[C#]
public ActionCollection ActionCollection {get; set;}
[Java]
public IActionCollection getActionCollection()
throws
    IOException,
    AutomationException
[Java]
public void setActionCollectionByRef(
IActionCollection pActionCollection
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page