ArcObjects Library Reference (GlobeCore)  

IGlobeTileGenerator.GenerateTiles Method

Generate tiles in association with a GlobeServer object.

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

Parameters

pGlobeServer [in]

  pGlobeServer is a parameter of type IGlobeServer

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

  pExtent is a parameter of type IEnvelope

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

  pCancelTracker is a parameter of type ITrackCancel

Product Availability

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

See Also

IGlobeTileGenerator Interface