![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
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*