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