This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IActionGEN Interface > IActionGEN.IsEnabled Property (ArcObjects .NET 10.5 SDK) |
Indicates whether or not an action in the action list is enabled for processing.
[Visual Basic .NET] Public Property IsEnabled As Boolean
[C#] public bool IsEnabled {get; set;}
[C++]
HRESULT get_IsEnabled(
VARIANT_BOOL* pbvarIsEnabled
);
[C++]
HRESULT put_IsEnabled(
VARIANT_BOOL pbvarIsEnabled
);
[C++]
Parameters pbvarIsEnabled [out, retval] pbvarIsEnabled is a parameter of type VARIANT_BOOL pbvarIsEnabled [in] pbvarIsEnabled is a parameter of type VARIANT_BOOL