This document is archived and information here might be outdated. Recommended version. |
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