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


IQueryBuilder.ServerConnection Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IQ > IQueryBuilder Interface > IQueryBuilder.ServerConnection Property
ArcGIS Developer Help

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