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


IAMSDatasetName.TrackingService Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

IAMSDatasetName.TrackingService Property

Defines a tracking service within the real-time data connection in the workspace.

[Visual Basic .NET]
Public Property TrackingService As ITrackingServiceDef
[C#]
public ITrackingServiceDef TrackingService {get; set;}
[C++]
HRESULT get_TrackingService(
  ITrackingServiceDef** pVal
);
[C++]
HRESULT putref_TrackingService(
  ITrackingServiceDef* pVal
);
[C++]

Parameters pVal [out, retval]
pVal is a parameter of type ITrackingServiceDef pVal [in]
pVal is a parameter of type ITrackingServiceDef

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAMSDatasetName Interface