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


IGlobeServerCooker.RemoveTiles Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServerCooker Interface > IGlobeServerCooker.RemoveTiles Method
ArcGIS Developer Help

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