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


IConditionalActionSetup.CurrentAction Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IConditionalActionSetup.CurrentAction Property

Get The Current Action object that is being edited.

[Visual Basic .NET]
Public ReadOnly Property CurrentAction As IAction
[C#]
public IAction CurrentAction {get;}
[C++]
HRESULT get_CurrentAction(
  IAction** ippAction
);
[C++]

Parameters ippAction [out, retval]
ippAction is a parameter of type IAction

Product Availability

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

See Also

IConditionalActionSetup Interface