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


IGlobeServerCooker.RemoveTiles Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeServerCooker.RemoveTiles Method

Removes tiles from within the specified extent.

[Visual Basic .NET]
Public Sub RemoveTiles ( _
    ByVal pExtent As IEnvelope _
)
[C#]
public void RemoveTiles (
    IEnvelope pExtent
);
[C++]
HRESULT RemoveTiles(
  IEnvelope* pExtent
);
[C++]

Parameters pExtent [in]
pExtent is a parameter of type IEnvelope

Product Availability

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

See Also

IGlobeServerCooker Interface