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


ITMSUtilCallbacks.SetDataLinks Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITMSUtilCallbacks Interface > ITMSUtilCallbacks.SetDataLinks Method
ArcGIS Developer Help

ITMSUtilCallbacks.SetDataLinks Method

Sets data links for the connection in the Tracking Server.

[Visual Basic .NET]
Public Sub SetDataLinks ( _
    ByVal lLinks As Integer _
)
[C#]
public void SetDataLinks (
    int lLinks
);
[C++]
HRESULT SetDataLinks(
  long lLinks
);
[C++]
Parameters
lLinks 

lLinks is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITMSUtilCallbacks Interface