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


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

ITilesTable.InsertTile Method

Insert the tile into the table.

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

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

Product Availability

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

See Also

ITilesTable Interface