ArcObjects Library Reference (GlobeCore)  

IGlobeTileGenerator2.UpdateTilesByGeometry Method

Updates cache for a given layer within a given extent.

[Visual Basic .NET]
Public Sub UpdateTilesByGeometry ( _
    ByVal pGlobeServer As IGlobeServer, _
    ByVal LayerID As Integer, _
    ByVal pGeometry As IGeometry, _
    ByVal minLOD As Integer, _
    ByVal maxLOD As Integer, _
    ByVal updateMode As esriGlobeCacheUpdateMode, _
    ByVal pCancelTracker As ITrackCancel _
)
[C#]
public void UpdateTilesByGeometry (
    IGlobeServer pGlobeServer,
    int LayerID,
    IGeometry pGeometry,
    int minLOD,
    int maxLOD,
    esriGlobeCacheUpdateMode updateMode,
    ITrackCancel pCancelTracker
);
[C++]
HRESULT UpdateTilesByGeometry(
  IGlobeServer* pGlobeServer,
  long LayerID,
  IGeometry* pGeometry,
  Long minLOD,
  Long maxLOD,
  esriGlobeCacheUpdateMode updateMode,
  ITrackCancel* pCancelTracker
);
[C++]

Parameters

pGlobeServer [in]

  pGlobeServer is a parameter of type IGlobeServer

LayerID [in]   LayerID is a parameter of type long pGeometry [in]

  pGeometry is a parameter of type IGeometry

minLOD [in]   minLOD is a parameter of type Long maxLOD [in]   maxLOD is a parameter of type Long updateMode [in]

  updateMode is a parameter of type esriGlobeCacheUpdateMode

pCancelTracker [in]

  pCancelTracker is a parameter of type ITrackCancel

Product Availability

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

See Also

IGlobeTileGenerator2 Interface