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


IConditionalActionSetup.CurrentAction Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IC > IConditionalActionSetup Interface > IConditionalActionSetup.CurrentAction Property
ArcGIS Developer Help

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