This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCooker Interface > IMapCooker.Connect Method (ArcObjects .NET 10.5 SDK) |
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