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


IActionProcessor.ExcludeRealtimeActions Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IActionProcessor Interface > IActionProcessor.ExcludeRealtimeActions Property
ArcGIS Developer Help

IActionProcessor.ExcludeRealtimeActions Property

Indicates if real-time actions are excluded from appearing on the interface.

[Visual Basic .NET]
Public Property ExcludeRealtimeActions As Boolean
[C#]
public bool ExcludeRealtimeActions {get; set;}
[C++]
HRESULT get_ExcludeRealtimeActions(
  Boolean* pbvarExclude
);
[C++]
HRESULT put_ExcludeRealtimeActions(
  VARIANT_BOOL pbvarExclude
);
[C++]
Parameters
pbvarExclude [out, retval]

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IActionProcessor Interface