Provides access to methods that provide notification about tracking connection events.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
Members
Description | ||
---|---|---|
OnConnectorConnect | Notification that the Connect method has been called. | |
OnConnectorDisconnect | Notification that the Disconnect method has been called. | |
OnConnectorMessage | Notification that a Request has been issued to send a Message provided in the Argument. | |
OnConnectorProperties | Requests that the Connector Properties are to be set or retrieved depending on whether SetProperties argument is true or false. | |
OnDisableMessages | Notification that a change has been made to dis-allow a message definition. Essentially this lets the parent object know that the data filtering has changed. | |
OnEnableMessages | Notification that a change has been made to allow a new message definition. Essentially this lets the parent object know that the data filtering has changed. |
CoClasses that implement ITxConnectorEvents
CoClasses and Classes | Description |
---|---|
TxGPSConnector (esriTrackingAnalystUI) | An object used to establish the connection between a temporal feature class and a locally connected GPS device. |