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


ITilesTable.Open Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ITilesTable.Open Method

Open the table.

[Visual Basic .NET]
Public Sub Open ( _
    ByVal levelCacheDir As String, _
    ByVal ty As Integer, _
    ByVal tx As Integer, _
    ByVal forReadOnly As Boolean _
)
[C#]
public void Open (
    string levelCacheDir,
    int ty,
    int tx,
    bool forReadOnly
);
[C++]
HRESULT Open(
  BSTR levelCacheDir,
  long ty,
  long tx,
  VARIANT_BOOL forReadOnly
);
[C++]

Parameters levelCacheDir [in] levelCacheDir is a parameter of type BSTR ty [in] ty is a parameter of type long tx [in] tx is a parameter of type long forReadOnly [in] forReadOnly is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITilesTable Interface