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


IMapCooker.Connect Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCooker Interface > IMapCooker.Connect Method
ArcGIS Developer Help

IMapCooker.Connect Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapCooker Interface