This document is archived and information here might be outdated. Recommended version. |
Connects to a given map and its cache.
[Visual Basic .NET] Public Sub Connect ( _ ByVal Location As String, _ ByVal Name As String, _ ByVal pMap As IMap _ )
[C#] public void Connect ( string Location, string Name, IMap pMap );
[C++]
HRESULT Connect(
BSTR Location,
BSTR Name,
IMap* pMap
);
[C++] Parameters Location [in]
Location is a parameter of type BSTR Name [in]
Name is a parameter of type BSTR pMap [in]
pMap is a parameter of type IMap*