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


ITilesTable.Open Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITilesTable Interface > ITilesTable.Open Method
ArcGIS Developer Help

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 bool

Product Availability

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

See Also

ITilesTable Interface