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


ITilesTable.Delete Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ITilesTable.Delete Method

Delete the table.

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

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

Product Availability

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

See Also

ITilesTable Interface