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


IInternetServerConnection.TrackingServicesList Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IInternetServerConnection.TrackingServicesList Property

Lists tracking services within the Internet server connection.

[Visual Basic .NET]
Public ReadOnly Property TrackingServicesList As Object
[C#]
public object TrackingServicesList {get;}
[C++]
HRESULT get_TrackingServicesList(
  VARIANT* pvarTrackingServices
);
[C++]

Parameters pvarTrackingServices [out, retval] pvarTrackingServices is a parameter of type VARIANT

Product Availability

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

See Also

IInternetServerConnection Interface