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


ITrackingServiceDef.ObjectSource Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITrackingServiceDef Interface > ITrackingServiceDef.ObjectSource Property
ArcGIS Developer Help

ITrackingServiceDef.ObjectSource Property

Source of the tracking object in the tracking service.

[Visual Basic .NET]
Public Property ObjectSource As enumObjectSource
[C#]
public enumObjectSource ObjectSource {get; set;}
[C++]
HRESULT get_ObjectSource(
  enumObjectSource* pVal
);
[C++]
HRESULT put_ObjectSource(
  enumObjectSource pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type enumObjectSource* pVal [in]
pVal is a parameter of type enumObjectSource

Product Availability

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

See Also

ITrackingServiceDef Interface