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


IActionGEN.IsEnabled Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IActionGEN Interface > IActionGEN.IsEnabled Property
ArcGIS Developer Help

IActionGEN.IsEnabled Property

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(
  Boolean* pbvarIsEnabled
);
[C++]
HRESULT put_IsEnabled(
  VARIANT_BOOL pbvarIsEnabled
);
[C++]
Parameters
pbvarIsEnabled [out, retval]

pbvarIsEnabled is a parameter of type bool* pbvarIsEnabled [in]
pbvarIsEnabled is a parameter of type bool

Product Availability

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

See Also

IActionGEN Interface