This document is archived and information here might be outdated. Recommended version. |
Create the table.
[Visual Basic .NET] Public Sub Create ( _ ByVal levelCacheDir As String, _ ByVal Format As String, _ ByVal txStart As Integer, _ ByVal txEnd As Integer, _ ByVal tyStart As Integer, _ ByVal tyEnd As Integer _ )
[C#] public void Create ( string levelCacheDir, string Format, int txStart, int txEnd, int tyStart, int tyEnd );
[C++]
HRESULT Create(
BSTR levelCacheDir,
BSTR Format,
long txStart,
long txEnd,
long tyStart,
long tyEnd
);
[C++]
Parameters levelCacheDir [in]
levelCacheDir is a parameter of type BSTR Format [in]
Format is a parameter of type BSTR txStart [in]
txStart is a parameter of type long txEnd [in]
txEnd is a parameter of type long tyStart [in]
tyStart is a parameter of type long tyEnd [in]
tyEnd is a parameter of type long