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


ITxConnectorSetup Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxConnectorSetup Interface
ArcGIS Developer Help

ITxConnectorSetup Interface

Provides access to the methods and properties to setup a tracking connection.

Product Availability

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

Members

Name Description
Method AddDataMessage Add a Data Message to the Connectors Queue.
Method AddDebugMessage Add a Debug Message to the internal Debug log.
Method AddMessageDefinition Add a message definition to the collection.
Method AddTrackingServiceDefinition Add a tracking service definition to the collection.
Read/write property ConnectionStatus The Connection State of the object.
Read-only property ConnectionString Connection string value for the server connection.
Read/write property ErrorCode Error code of the last error.
Read/write property ErrorMessage Message associated with last error / error code.
Write-only property Parent Assign the parent object so this interface object can communicate with its parent.
Method RemoveMessageDef Removes a Message Definition from the collection. A * will remove all Message definitions.
Method RemoveTrackingServiceDef Removes a Tracking Service Definition from the collection. A * will remove all Tracking Services.
Read-only property ServerName Name of the fo server to connect to.
Read-only property UserName User's login name.
Method ValidateTrackingService Validate a tracking service within the tracking service collection.

Classes that implement ITxConnectorSetup

Classes Description
GeneralTrackingConnector Base Class for Tracking Workspace connector objects. This class is aggregated by the Tracking Workspace connector wizard.
TxGPSConnector (esriTrackingAnalystUI) An object used to establish the connection between a temporal feature class and a locally connected GPS device.