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


ISensorEventsListener.Activate Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

ISensorEventsListener.Activate Method

method Activate

[Visual Basic .NET]
Public Sub Activate ( _
    ByVal status As Boolean _
)
[C#]
public void Activate (
    bool status
);
[C++]
HRESULT Activate(
  VARIANT_BOOL status
);
[C++]

Parameters status status is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISensorEventsListener Interface