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