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


IConditionalActionConfigure.ActionToEdit Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IConditionalActionConfigure.ActionToEdit Property

Action for the control to edit.

[Visual Basic .NET]
Public Property ActionToEdit As IAction
[C#]
public IAction ActionToEdit {get; set;}
[C++]
HRESULT get_ActionToEdit(
  IAction** pVal
);
[C++]
HRESULT putref_ActionToEdit(
  IAction* pVal
);
[C++]

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

Product Availability

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

See Also

IConditionalActionConfigure Interface