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


ITilesTable.UpdateTile Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITilesTable Interface > ITilesTable.UpdateTile Method
ArcGIS Developer Help

ITilesTable.UpdateTile Method

Update Tile.

[Visual Basic .NET]
Public Sub UpdateTile ( _
    ByVal ty As Integer, _
    ByVal tx As Integer, _
    ByVal pStream As IStream _
)
[C#]
public void UpdateTile (
    int ty,
    int tx,
    IStream pStream
);
[C++]
HRESULT UpdateTile(
  long ty,
  long tx,
  IStream* pStream
);
[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*

Product Availability

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

See Also

ITilesTable Interface