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


IMapCookerX.ConnectX Method (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

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

No record for CartoX in Libraries found

See Also

IMapCookerX Interface