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


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

ITilesTable.Create Method

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

Product Availability

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

See Also

ITilesTable Interface