ArcObjects Library Reference  (TrackingAnalyst)    

IActionProcessor.ExcludeRealtimeActions Property

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

[Visual Basic 6.0]
Property ExcludeRealtimeActions As Boolean
[Visual Basic .NET]
Public Property ExcludeRealtimeActions As Boolean
[C#]
public bool ExcludeRealtimeActions {get; set;}
[Java]
public  getExcludeRealtimeActions (
    boolean pbvarExclude
)
[Java]
public void setExcludeRealtimeActions(
    boolean pbvarExclude
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_ExcludeRealtimeActions(
  VARIANT_BOOL* pbvarExclude
);
[C++]
HRESULT put_ExcludeRealtimeActions(
  VARIANT_BOOL pbvarExclude

);

[C++]

Parameters

pbvarExclude [out, retval]

  pbvarExclude is a parameter of type VARIANT_BOOL

pbvarExclude [in]

  pbvarExclude is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IActionProcessor Interface

 


Feedback Send feedback on this page