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


IQueryBuilder.ServerConnection Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IQueryBuilder.ServerConnection Property

Connection to tracking server being used in query.

[Visual Basic .NET]
Public WriteOnly Property ServerConnection
[C#]
public void ServerConnection {set;}
[C++]
HRESULT put_ServerConnection(
  IServerConnection* 
);
[C++]

Parameters [in]
is a parameter of type IServerConnection

Product Availability

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

See Also

IQueryBuilder Interface