ArcObjects Library Reference (GlobeCore)  

IGlobeServerCooker.Update Method

Sets the extent of the region to be updated and the caching mode.

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

Parameters

pExtent [in]

  pExtent is a parameter of type IEnvelope

pUpdatemode [in]

  pUpdatemode is a parameter of type esriGlobeCacheUpdateMode

Product Availability

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

See Also

IGlobeServerCooker Interface