This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageCooker Interface > IImageCooker.Connect Method (ArcObjects .NET 10.4 SDK) |
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