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


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

ITilesTable.QueryTile Method

Query specific tile from the table.

[Visual Basic .NET]
Public Function QueryTile ( _
    ByVal ty As Integer, _
    ByVal tx As Integer _
) As IStream
[C#]
public IStream QueryTile (
    int ty,
    int tx
);
[C++]
HRESULT QueryTile(
  long ty,
  long tx,
  IStream** ppStream
);
[C++]

Parameters ty [in] ty is a parameter of type long tx [in] tx is a parameter of type long ppStream [out, retval]
ppStream is a parameter of type IStream

Product Availability

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

See Also

ITilesTable Interface