This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IC > IConditionalActionConfigure Interface > IConditionalActionConfigure.ActionToEdit Property (ArcObjects .NET 10.5 SDK) |
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