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


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

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