This document is archived and information here might be outdated. Recommended version. |
Provides access to methods that provide notification about tracking connection events.
Name | 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. |
Classes | Description |
---|---|
TxGPSConnector (esriTrackingAnalystUI) | An object used to establish the connection between a temporal feature class and a locally connected GPS device. |