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


ITMSUtilCallbacks.SetConnections Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITMSUtilCallbacks.SetConnections Method

Sets connections for the selected data link to the Tracking Server.

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

Parameters lConnections lConnections 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