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


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

ITilesTable.Exists Method

Table Exists

[Visual Basic .NET]
Public Function Exists ( _
    ByVal layerCacheDir As String, _
    ByVal ty As Integer, _
    ByVal tx As Integer _
) As Boolean
[C#]
public bool Exists (
    string layerCacheDir,
    int ty,
    int tx
);
[C++]
HRESULT Exists(
  BSTR layerCacheDir,
  long ty,
  long tx,
  VARIANT_BOOL* pExists
);
[C++]

Parameters layerCacheDir [in] layerCacheDir is a parameter of type BSTR ty [in] ty is a parameter of type long tx [in] tx is a parameter of type long pExists [out, retval] pExists is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITilesTable Interface