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


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

ITemplateEditorDialog.ServerConnection Property

Server connection for obtaining the service Dataset Definition ID.

[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

ITemplateEditorDialog Interface