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


ITMSUtilCallbacks.SetDataLinks Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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