This document is archived and information here might be outdated. Recommended version. |
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