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


IInternetServerConnection.TrackingServicesList Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > II > IInternetServerConnection Interface > IInternetServerConnection.TrackingServicesList Property
ArcGIS Developer Help

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