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


IMapCookerX.ConnectX Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CartoX)  

IMapCookerX.ConnectX Method

Connects to a given map service and its cache.

[Visual Basic .NET]
Public Sub ConnectX ( _
    ByVal location As String, _
    ByVal Name As String, _
    ByVal pMapServer As IMapServer _
)
[C#]
public void ConnectX (
    string location,
    string Name,
    IMapServer pMapServer
);
[C++]
HRESULT ConnectX(
  BSTR location,
  BSTR Name,
  IMapServer* pMapServer
);
[C++]

Parameters location [in] location is a parameter of type BSTR Name [in] Name is a parameter of type BSTR pMapServer [in]
pMapServer is a parameter of type IMapServer

Product Availability

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

See Also

IMapCookerX Interface