ArcObjects Library Reference (Carto)  

IImageCooker.Connect Method

Connects an image server object to its cache location.

[Visual Basic .NET]
Public Sub Connect ( _
    ByVal Location As String, _
    ByVal pImageServer As IImageServer _
)
[C#]
public void Connect (
    string Location,
    IImageServer pImageServer
);
[C++]
HRESULT Connect(
  BSTR Location,
  IImageServer* pImageServer
);
[C++]

Parameters

Location [in]   Location is a parameter of type BSTR pImageServer [in]

  pImageServer is a parameter of type IImageServer

Product Availability

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

See Also

IImageCooker Interface