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


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

IServerConnection2.TrackingServicesList Property

List of tracking services.

[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

IServerConnection2 Interface