ArcObjects Library Reference  (Carto)    

IImageTileServer.Attach Method

Attaches to a given tile cache.

[Visual Basic 6.0]
Sub Attach(
    ByVal cache As String _
)
[Visual Basic .NET]
Public Sub Attach ( _
    ByVal cache As String _
)
[C#]
public void Attach (
    string cache
);
[Java]
public void attach (
    String cache
)
throws
    IOException,
    AutomationException
[C++]
HRESULT Attach(
  BSTR cache
);
[C++]

Parameters

cache [in]

  cache is a parameter of type BSTR

Product Availability

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

See Also

IImageTileServer Interface