ArcObjects Library Reference (GlobeCore)  

ISensorEventsListener.StartListening Method

method StartListening

[Visual Basic .NET]
Public Sub StartListening ( _
    ByVal Hook As Object _
)
[C#]
public void StartListening (
    object Hook
);
[C++]
HRESULT StartListening(
  IDispatch* Hook
);
[C++]

Parameters

Hook [in]   Hook is a parameter of type IDispatch*

Product Availability

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

See Also

ISensorEventsListener Interface